and finally, the modules folder. Now I can publish and take a break
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
if(prob(30))
|
||||
do_sparks(2, 1, T)
|
||||
T.ex_act(EXPLODE_LIGHT)
|
||||
T.hotspot_expose(1000,500,1)
|
||||
T.hotspot_expose(700,25,1)
|
||||
|
||||
if(!(obj_flags & EMAGGED))
|
||||
for(var/item in spawned)
|
||||
|
||||
@@ -100,6 +100,11 @@
|
||||
|
||||
/obj/effect/holodeck_effect/mobspawner/penguin
|
||||
mobtype = /mob/living/simple_animal/pet/penguin/emperor
|
||||
|
||||
/obj/effect/holodeck_effect/mobspawner/penguin/Initialize()
|
||||
if(prob(1))
|
||||
mobtype = /mob/living/simple_animal/pet/penguin/emperor/shamebrero
|
||||
return ..()
|
||||
|
||||
/obj/effect/holodeck_effect/mobspawner/penguin_baby
|
||||
mobtype = /mob/living/simple_animal/pet/penguin/baby
|
||||
|
||||
Reference in New Issue
Block a user