You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
user.visible_message(span_suicide("[user] peeks inside [src] and cries [user.p_them()]self to death! It looks like [user.p_they()][user.p_were()] on the naughty list..."))
33
43
return (BRUTELOSS)
34
44
35
45
/obj/item/a_gift/examine(mob/M)
36
46
.=..()
47
+
var/mob/living/victim_ref= victim?.resolve()
48
+
if(istype(victim_ref))
49
+
.+= span_notice("It has <b>[victim_ref]</b>'s name on it.")
50
+
else
51
+
.+= span_notice("It lacks a name tag. Anyone can claim it!")
0 commit comments