[NONMODULAR] Makes Mediguns fit in CMO suit storage and makes Medicells fit inside belts. (#7852)

* labcoats and winter coats

* Medigun can now fit in medical hardsuits

* Update belt.dm

* switches it to CMO clothing only
This commit is contained in:
Pinta
2021-09-01 17:43:58 +01:00
committed by GitHub
parent 222a5dca6d
commit dcd0c70a8d
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -183,6 +183,7 @@
/obj/item/clothing/mask/breath/medical,
/obj/item/surgical_drapes, //for true paramedics
/obj/item/clothing/suit/toggle/labcoat/hospitalgown, //SKYRAT EDIT ADDITION - adds surgery gowns to belts
/obj/item/medicell, //SKYRAT EDIT MEDIGUNS
/obj/item/scalpel,
/obj/item/circular_saw,
/obj/item/bonesetter,
+2 -2
View File
@@ -113,7 +113,7 @@
var/helmettype = /obj/item/clothing/head/helmet/space/hardsuit
var/obj/item/tank/jetpack/suit/jetpack = null
var/hardsuit_type
var/list/hardsuit_tail_colors //SKYRAT EDIT ADDITION - CUSTOMIZATION
/obj/item/clothing/suit/space/hardsuit/Initialize()
@@ -543,7 +543,7 @@
desc = "A special suit that protects against hazardous, low pressure environments. Built with lightweight materials for easier movement."
icon_state = "hardsuit-medical"
inhand_icon_state = "medical_hardsuit"
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/storage/firstaid, /obj/item/healthanalyzer, /obj/item/stack/medical)
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/storage/firstaid, /obj/item/healthanalyzer, /obj/item/stack/medical, /obj/item/gun/energy/medigun) //EDIT MEDIGUNS
armor = list(MELEE = 30, BULLET = 5, LASER = 10, ENERGY = 20, BOMB = 10, BIO = 100, RAD = 60, FIRE = 60, ACID = 75, WOUND = 10)
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/medical
slowdown = 0.5
+1
View File
@@ -39,6 +39,7 @@
. = ..()
allowed += list(
/obj/item/melee/classic_baton/telescopic,
/obj/item/gun/energy/medigun, //SKYRAT EDIT MEDIGUNS
/obj/item/storage/firstaid //SKYRAT EDIT - ADDITION
)
@@ -207,6 +207,7 @@
. = ..()
allowed += list(
/obj/item/melee/classic_baton/telescopic,
/obj/item/gun/energy/medigun, //SKYRAT EDIT MEDIGUNS
)
/obj/item/clothing/head/hooded/winterhood/medical/cmo