mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Sorts out this PR
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
var/list/shadekin_abilities
|
||||
|
||||
/mob/living/simple_mob/shadekin/initialize()
|
||||
/mob/living/simple_mob/shadekin/Initialize()
|
||||
//You spawned the prototype, and want a totally random one.
|
||||
if(type == /mob/living/simple_mob/shadekin)
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
O.forceMove(C)
|
||||
..()
|
||||
|
||||
/mob/living/simple_mob/animal/space/mimic/initialize()
|
||||
/mob/living/simple_mob/animal/space/mimic/Initialize()
|
||||
. = ..()
|
||||
for(var/obj/item/I in loc)
|
||||
I.forceMove(src)
|
||||
@@ -104,7 +104,7 @@
|
||||
var/attempt_open = 0
|
||||
|
||||
// Pickup loot
|
||||
/mob/living/simple_mob/animal/space/mimic/crate/initialize()
|
||||
/mob/living/simple_mob/animal/space/mimic/crate/Initialize()
|
||||
. = ..()
|
||||
for(var/obj/item/I in loc)
|
||||
I.forceMove(src)
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
var/list/shadekin_abilities
|
||||
|
||||
/mob/living/simple_mob/shadekin/initialize()
|
||||
/mob/living/simple_mob/shadekin/Initialize()
|
||||
//You spawned the prototype, and want a totally random one.
|
||||
if(type == /mob/living/simple_mob/shadekin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user