mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] Mop do_after multi use
(#11633) Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
4f4098122b
commit
980ece6324
@@ -101,10 +101,10 @@
|
||||
return 1 //end the search!
|
||||
return 0
|
||||
|
||||
/obj/item/assembly/mousetrap/hitby(var/atom/movable/A)
|
||||
/obj/item/assembly/mousetrap/hitby(var/atom/movable/source)
|
||||
if(!armed)
|
||||
return ..()
|
||||
visible_message(span_warning("[src] is triggered by [A]."))
|
||||
visible_message(span_warning("[src] is triggered by [source]."))
|
||||
triggered(null)
|
||||
|
||||
/obj/item/assembly/mousetrap/armed
|
||||
|
||||
Reference in New Issue
Block a user