mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user