Ports "examine-code refactor"... part 1...

This commit is contained in:
Ghommie
2019-11-19 03:28:06 +01:00
parent d9b24b20d1
commit a52e292cc8
204 changed files with 739 additions and 756 deletions
+3 -4
View File
@@ -29,13 +29,12 @@
update_cut_status()
/obj/structure/fence/examine(mob/user)
.=..()
. = ..()
switch(hole_size)
if(MEDIUM_HOLE)
user.show_message("There is a large hole in \the [src].")
. += "There is a large hole in \the [src]."
if(LARGE_HOLE)
user.show_message("\The [src] has been completely cut through.")
. += "\The [src] has been completely cut through."
/obj/structure/fence/end
icon_state = "end"