Skip to content

Commit

Permalink
deletes cryopods (#164)
Browse files Browse the repository at this point in the history
* fuck you >deletes your cryopod

* Automatic changelog compile [ci skip]

* Update cryopod.dm

Co-authored-by: Changelogs <action@github.com>
  • Loading branch information
JohnFulpWillard and actions-user committed May 23, 2021
1 parent 6673dfc commit 4c789b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions fulp_modules/edits/cryopod_removal/cryopod.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/obj/machinery/computer/cryopod/Initialize(mapload)
. = ..()
return INITIALIZE_HINT_QDEL

/obj/machinery/cryopod/Initialize(mapload)
. = ..()
var/turf/T = get_turf(src)
new /obj/structure/punching_bag(T)
return INITIALIZE_HINT_QDEL
4 changes: 0 additions & 4 deletions html/changelogs/AutoChangeLog-pr-59022.yml

This file was deleted.

3 changes: 3 additions & 0 deletions html/changelogs/archive/2021-05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,6 @@
destroy.
tralezab:
- bugfix: "Fixes processing items \U0001F400"
2021-05-18:
antropod:
- bugfix: fixed "remove" button in reaction chamber gui
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c789b9

Please sign in to comment.