mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Restore rudimentary transformation to Ian function. (#32355)
This commit is contained in:
@@ -499,6 +499,7 @@
|
||||
if("cat") M.change_mob_type( /mob/living/simple_animal/pet/cat , null, null, delmob, 1)
|
||||
if("runtime") M.change_mob_type( /mob/living/simple_animal/pet/cat/runtime , null, null, delmob, 1)
|
||||
if("corgi") M.change_mob_type( /mob/living/simple_animal/pet/dog/corgi , null, null, delmob, 1)
|
||||
if("ian") M.change_mob_type( /mob/living/simple_animal/pet/dog/corgi/ian , null, null, delmob, 1)
|
||||
if("crab") M.change_mob_type( /mob/living/basic/crab , null, null, delmob, 1)
|
||||
if("coffee") M.change_mob_type( /mob/living/basic/crab/coffee , null, null, delmob, 1)
|
||||
if("parrot") M.change_mob_type( /mob/living/simple_animal/parrot , null, null, delmob, 1)
|
||||
|
||||
Reference in New Issue
Block a user