Merge pull request #16370 from LiberatedWaveMan/Cryopod-Storage-Update

Adds RCD and RPD to Cryo Storage; Fixes Cryo Storage Logic
This commit is contained in:
variableundefined
2021-08-15 17:58:28 -04:00
committed by GitHub
2 changed files with 19 additions and 12 deletions
@@ -10,7 +10,9 @@
w_class = WEIGHT_CLASS_NORMAL // so it doesn't fit in pockets
/obj/item/clothing/accessory/holster/Destroy()
QDEL_NULL(holstered)
if(holstered?.loc == src) // Gun still in the holster
holstered.forceMove(loc)
holstered = null
return ..()
//subtypes can override this to specify what can be holstered