mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
> deletes your cryopod
This commit is contained in:
7
fulp_modules/edits/cryopod_removal/cryopod.dm
Normal file
7
fulp_modules/edits/cryopod_removal/cryopod.dm
Normal file
@@ -0,0 +1,7 @@
|
||||
/obj/machinery/computer/cryopod/Initialize(mapload)
|
||||
. = ..()
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
/obj/machinery/cryopod/Initialize(mapload)
|
||||
. = ..()
|
||||
return INITIALIZE_HINT_QDEL
|
||||
@@ -3518,6 +3518,7 @@
|
||||
#include "code\modules\zombie\organs.dm"
|
||||
#include "fulp_modules\global_vars.dm"
|
||||
#include "fulp_modules\edits\container_init\machine_init.dm"
|
||||
#include "fulp_modules\edits\cryopod_removal\cryopod.dm"
|
||||
#include "fulp_modules\edits\cult_edit\cult_edit.dm"
|
||||
#include "fulp_modules\edits\fulp_logo\fulp_logo.dm"
|
||||
#include "fulp_modules\edits\malfunction_bot\upstream_bot.dm"
|
||||
|
||||
Reference in New Issue
Block a user