mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Adds cargo gorka internals (#29314)
* Adds cargo gorka internals (#85618) ## About The Pull Request Allows small internals and a few other cargo related items for the Cargo Gorka suit slot. Extra items are dest_tagger, and boxcutter. ## Why It's Good For The Game Literally every other suit I’ve seen allows emergency/plasmaman internals, also the Gorka only supports 3 items which is really low compared to hazard vests or jackets. Not adding radios or flashlight as they are covered with the hazard vest which techs can buy, makes Gorka more suited to use in department work rather than maints. Alternatively could make the Gorka a jacket subtype similar to Qm's. ## Changelog 🆑 qol: Cargo Gorka suit slot now allows emergency/plasmaman internals. /🆑 * Adds cargo gorka internals --------- Co-authored-by: Dmeto <75919495+Dmeto@users.noreply.github.com>
This commit is contained in:
@@ -225,6 +225,10 @@
|
||||
blood_overlay_type = "coat"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
allowed = list(
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/tank/internals/plasmaman,
|
||||
/obj/item/boxcutter,
|
||||
/obj/item/dest_tagger,
|
||||
/obj/item/stamp,
|
||||
/obj/item/storage/bag/mail,
|
||||
/obj/item/universal_scanner,
|
||||
|
||||
Reference in New Issue
Block a user