This commit is contained in:
Ghommie
2019-11-19 19:34:42 +01:00
52 changed files with 637 additions and 674 deletions
+1 -2
View File
@@ -36,8 +36,7 @@
/obj/structure/guillotine/examine(mob/user)
. = ..()
. += "It is [anchored ? "wrenched to the floor." : "unsecured. A wrench should fix that."]<br/>"
msg = ""
. += "It is [anchored ? "wrenched to the floor." : "unsecured. A wrench should fix that."]"
if (blade_status == GUILLOTINE_BLADE_RAISED)
var/msg = "The blade is raised, ready to fall, and"