mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
fix simple mob bellies on admin spawn (#18036)
* simple mob adnmin spawn * . * also fix that * rid of that sin * . * wording * unfuck * . * ... * cleanup * . * .
This commit is contained in:
@@ -104,8 +104,7 @@
|
||||
var/mob/living/simple_mob/shadekin/red/shadekin = new(Ts)
|
||||
//Abuse of shadekin
|
||||
shadekin.real_name = shadekin.name
|
||||
shadekin.voremob_loaded = TRUE
|
||||
shadekin.init_vore()
|
||||
shadekin.init_vore(TRUE)
|
||||
shadekin.ability_flags |= 0x1
|
||||
shadekin.phase_shift()
|
||||
shadekin.ai_holder.give_target(target)
|
||||
@@ -158,8 +157,7 @@
|
||||
target.transforming = TRUE //Cheap hack to stop them from moving
|
||||
var/mob/living/simple_mob/shadekin/shadekin = new kin_type(Tt)
|
||||
shadekin.real_name = shadekin.name
|
||||
shadekin.voremob_loaded = TRUE
|
||||
shadekin.init_vore()
|
||||
shadekin.init_vore(TRUE)
|
||||
shadekin.can_be_drop_pred = TRUE
|
||||
shadekin.dir = SOUTH
|
||||
shadekin.ability_flags |= 0x1
|
||||
|
||||
Reference in New Issue
Block a user