Merge pull request #7043 from Cw3040/master
Small Cryosleeper Bug Fix and Box Map Fix
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -165,7 +165,10 @@
|
|||||||
)
|
)
|
||||||
// These items will NOT be preserved
|
// These items will NOT be preserved
|
||||||
var/list/do_not_preserve_items = list (
|
var/list/do_not_preserve_items = list (
|
||||||
/obj/item/mmi/posibrain
|
/obj/item/mmi/posibrain,
|
||||||
|
/obj/item/gun/energy/disabler/cyborg,
|
||||||
|
/obj/item/gun/energy/kinetic_accelerator/cyborg,
|
||||||
|
/obj/item/gun/energy/laser/cyborg
|
||||||
)
|
)
|
||||||
|
|
||||||
/obj/machinery/cryopod/Initialize()
|
/obj/machinery/cryopod/Initialize()
|
||||||
|
|||||||
Reference in New Issue
Block a user