mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Event mice morph into weaker rat
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
/mob/living/simple_animal/mouse/event/proc/rat()
|
||||
visible_message("<span class='warning'>\The [src] suddenly evolves!</span>")
|
||||
if(prob(99.5))
|
||||
new /mob/living/simple_animal/hostile/rat(get_turf(src))
|
||||
new /mob/living/simple_animal/hostile/rat/event(get_turf(src))
|
||||
qdel(src)
|
||||
else
|
||||
new /mob/living/simple_animal/hostile/chungus(get_turf(src))
|
||||
|
||||
Reference in New Issue
Block a user