Attack Chain Migration: /obj/item/card (#27556)

* the work so far

* She returns on my TRUE till I ITEM_INTERACT_SUCCESS

* do this too (rip good commit name)

* Did you know? You can stamp ID cards!
This commit is contained in:
Qwertytoforty
2024-12-15 16:06:48 -05:00
committed by GitHub
parent 87b91b1685
commit 0caf77d272
16 changed files with 84 additions and 69 deletions
+1 -1
View File
@@ -518,7 +518,7 @@
/obj/machinery/computer/supplycomp/cmag_act(mob/user)
if(HAS_TRAIT(src, TRAIT_CMAGGED))
return
return FALSE
to_chat(user, "<span class='notice sans'>Special supplies unlocked.</span>")
playsound(src, "sparks", 75, TRUE, SHORT_RANGE_SOUND_EXTRARANGE)
ADD_TRAIT(src, TRAIT_CMAGGED, CLOWN_EMAG)