Examine Code Refactor

This commit is contained in:
Dip
2020-10-06 23:36:21 -03:00
parent c433514622
commit aa7d47a23b
334 changed files with 1337 additions and 1365 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"