mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Replaces Mice w/ Rats (#6625)
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
return
|
||||
|
||||
var/types = target.find_type()
|
||||
if(ismouse(target))
|
||||
var/mob/living/simple_animal/mouse/M = target
|
||||
if(israt(target))
|
||||
var/mob/living/simple_animal/rat/M = target
|
||||
visible_message("<span class='danger'>SPLAT!</span>")
|
||||
M.splat()
|
||||
else
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
/obj/item/device/assembly/mousetrap/Crossed(AM as mob|obj)
|
||||
if(armed)
|
||||
if(ismouse(AM))
|
||||
if(israt(AM))
|
||||
triggered(AM)
|
||||
else if(istype(AM, /mob/living))
|
||||
var/mob/living/L = AM
|
||||
|
||||
Reference in New Issue
Block a user