normal examine message

This commit is contained in:
Seris02
2023-02-16 15:05:33 +08:00
parent 2cbc17f720
commit f4d900475d
@@ -80,9 +80,10 @@
return "It can be [anchored ? "un" : ""]anchored with a wrench."
/obj/structure/gargoyle/examine(mob/user)
. = ..()
if (gargoyle && stored_examine)
return stored_examine
return ..()
. += stored_examine
return
/obj/structure/gargoyle/proc/unpetrify()
if (!gargoyle)