mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
revenants can now flip tables (#26747)
This commit is contained in:
@@ -359,6 +359,8 @@
|
||||
return 0 SECONDS // sure
|
||||
if(!issimple_animal(flipper))
|
||||
return 0 SECONDS
|
||||
if(istype(flipper, /mob/living/simple_animal/revenant))
|
||||
return 0 SECONDS // funny ghost table
|
||||
switch(flipper.mob_size)
|
||||
if(MOB_SIZE_TINY)
|
||||
return 30 SECONDS // you can do it but you gotta *really* work for it
|
||||
|
||||
Reference in New Issue
Block a user