MOD update: Modular Cores (#64042)

* Modsuit update - Cores
This commit is contained in:
Fikou
2022-01-15 13:54:53 +01:00
committed by GitHub
parent 7302725059
commit fd9a7f8a58
89 changed files with 1240 additions and 556 deletions
@@ -337,7 +337,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
desc = "Stop looking through the bluespace peephole."
button_icon_state = "cancel_peephole"
/datum/action/peephole_cancel/Trigger()
/datum/action/peephole_cancel/Trigger(trigger_flags)
. = ..()
to_chat(owner, span_warning("You move away from the peephole."))
owner.reset_perspective()