mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44: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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user