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 21:06:48 +00:00
committed by GitHub
parent 87b91b1685
commit 0caf77d272
16 changed files with 84 additions and 69 deletions
@@ -117,10 +117,11 @@
/obj/item/grenade/cmag_act(mob/user)
if(HAS_TRAIT(src, TRAIT_CMAGGED))
return
return FALSE
ADD_TRAIT(src, TRAIT_CMAGGED, "cmagged grenade")
to_chat(user, "<span class='warning'>You drip some yellow ooze into [src]. [src] suddenly doesn't want to leave you...</span>")
AddComponent(/datum/component/boomerang, throw_range, TRUE)
return TRUE
/obj/item/grenade/uncmag()
if(!HAS_TRAIT(src, TRAIT_CMAGGED))