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
@@ -132,7 +132,7 @@
/mob/living/simple_animal/bot/honkbot/cmag_act(mob/user)
if(HAS_TRAIT(src, TRAIT_CMAGGED))
return
return FALSE
if(locked || !open)
to_chat(user, "<span class='warning'>Unlock and open it with a screwdriver first!</span>")
return FALSE
@@ -147,6 +147,7 @@
to_chat(user, "<span class='notice'>You smear bananium ooze all over [src]'s circuitry!</span>")
add_attack_logs(user, src, "Cmagged")
show_laws()
return TRUE
/mob/living/simple_animal/bot/honkbot/examine(mob/user)
. = ..()