mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-24 13:36:15 +01:00
Examine Code Refactor
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/obj/item/soapstone/examine(mob/user)
|
||||
. = ..()
|
||||
if(remaining_uses != -1)
|
||||
to_chat(user, "It has [remaining_uses] uses left.")
|
||||
. += "It has [remaining_uses] uses left."
|
||||
|
||||
/obj/item/soapstone/afterattack(atom/target, mob/user, proximity)
|
||||
. = ..()
|
||||
@@ -194,7 +194,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/structure/chisel_message/examine(mob/user)
|
||||
..()
|
||||
. = ..()
|
||||
ui_interact(user)
|
||||
|
||||
/obj/structure/chisel_message/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user