mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-30 04:17:18 +01:00
push
This commit is contained in:
@@ -130,10 +130,10 @@
|
||||
return FALSE
|
||||
|
||||
|
||||
/obj/item/assembly/mousetrap/hitby(atom/hit_atom, skipcatch = FALSE, hitpush = TRUE, blocked = FALSE, datum/thrownthing/throwingdatum)
|
||||
/obj/item/assembly/mousetrap/hitby(atom/movable/hit_atom, skipcatch, hitpush, blocked, datum/thrownthing/throwingdatum)
|
||||
if(!armed)
|
||||
return ..()
|
||||
visible_message("<span class='warning'>[src] is triggered by [hit_atom].</span>")
|
||||
visible_message(span_warning("[src] is triggered by [hit_atom]."))
|
||||
triggered(null)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user