mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Resolves compile errors with the exception of map errors.
This commit is contained in:
@@ -151,12 +151,12 @@
|
||||
sparks()
|
||||
if(telepad)
|
||||
var/L = get_turf(telepad)
|
||||
var/blocked = list(/mob/living/simple_animal/hostile)
|
||||
var/list/hostiles = typesof(/mob/living/simple_animal/hostile) - blocked
|
||||
var/blocked = list(/mob/living/simple_mob/hostile)
|
||||
var/list/hostiles = typesof(/mob/living/simple_mob/hostile) - blocked
|
||||
playsound(L, 'sound/effects/phasein.ogg', 100, 1, extrarange = 3, falloff = 5)
|
||||
for(var/i in 1 to rand(1,4))
|
||||
var/chosen = pick(hostiles)
|
||||
var/mob/living/simple_animal/hostile/H = new chosen
|
||||
var/mob/living/simple_mob/hostile/H = new chosen
|
||||
H.forceMove(L)
|
||||
return
|
||||
if(99)
|
||||
|
||||
Reference in New Issue
Block a user