mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Refactors revenants to basic mobs (#30661)
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
return 0 SECONDS // sure
|
||||
if(!isanimal_or_basicmob(flipper))
|
||||
return 0 SECONDS
|
||||
if(istype(flipper, /mob/living/simple_animal/revenant))
|
||||
if(istype(flipper, /mob/living/basic/revenant))
|
||||
return 0 SECONDS // funny ghost table
|
||||
switch(flipper.mob_size)
|
||||
if(MOB_SIZE_TINY)
|
||||
|
||||
Reference in New Issue
Block a user