Skip to content

Conversation

@SELFHELL
Copy link

@SELFHELL SELFHELL commented Jan 15, 2026

Ports over all the stuff, testing to come

About The Pull Request

I'll fill this out once i've finished testing & tweaking everything,

Todo:

Finish the shittier Budget First Team so admins have an option that's not entirely wiping everyone out

Why It's Good For The Game

More admin toys are fun

Changelog

🆑
add: Pentex FIRST Team ERT
/:cl:

Ports over all the stuff, testing to come
@SELFHELL SELFHELL marked this pull request as ready for review January 16, 2026 21:56
@SELFHELL SELFHELL requested review from a team as code owners January 16, 2026 21:56
@dwinters99
Copy link
Member

Make sure to use the abstract_type var on organizational subtypes

Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>

//------------SHOES------------
/obj/item/clothing/shoes/response
/obj/item/clothing/shoes/darkpack
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/obj/item/clothing/shoes/darkpack is a misleading type path, as it would suggest its the default type path for all darkpack shoes but your using it for specifically ert and the icon files it defines force that.
are you looking for /obj/item/clothing/shoes/darkpack/response? /obj/item/clothing/shoes/darkpack does not acctually have any unique behavior nor is defined but i could see it for future proofing if that's what you were trying to do.
ditto for all the clothing here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just organizational/futureproofing, they were originally under the /response subtype before being changed to the /darkpack subtype after an earlier review by Chaz

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its gonna need to be /obj/item/clothing/shoes/darkpack/response, like i said, having it only be /darkpack yet all of its behavior and default vars being ert is really confusing.

icon_state = "ftboots"
inhand_icon_state = null
gender = PLURAL
onflooricon = 'modular_darkpack/modules/ert/icons/onfloor.dmi'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

define that makes them show up in mapping tools as onfloors. Find and replace the rest of them as well.

Suggested change
onflooricon = 'modular_darkpack/modules/ert/icons/onfloor.dmi'
ONFLOOR_ICON_HELPER('modular_darkpack/modules/ert/icons/onfloor.dmi')

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still need to fix the other instances.



/obj/item/clothing/gloves/darkpack/firstteam
name = "First Team gloves"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

capitalizing the First will cause it to be treated as a proper noun. likely not desired behavior. ditto for rest of gear.

Suggested change
name = "First Team gloves"
name = "\improper First Team gloves"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto for the rest of the gear.

SELFHELL and others added 8 commits January 25, 2026 23:54
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants