mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
Made the blob not spawn in an r-wall, impossible to kill.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
/proc/mini_blob_event()
|
/proc/mini_blob_event()
|
||||||
|
|
||||||
var/turf/T = pick(blobstart)
|
var/turf/T = pick(blobstart)
|
||||||
|
if(istype(T, turf/simulated/wall))
|
||||||
|
T.ReplaceWithPlating()
|
||||||
|
for(var/atom/A in T)
|
||||||
|
if(A.density)
|
||||||
|
del(A)
|
||||||
var/obj/effect/blob/bl = new /obj/effect/blob( T.loc, 30 )
|
var/obj/effect/blob/bl = new /obj/effect/blob( T.loc, 30 )
|
||||||
spawn(0)
|
spawn(0)
|
||||||
bl.Life()
|
bl.Life()
|
||||||
@@ -14,7 +19,7 @@
|
|||||||
dotheblobbaby()
|
dotheblobbaby()
|
||||||
spawn(15000)
|
spawn(15000)
|
||||||
blobevent = 0
|
blobevent = 0
|
||||||
spawn(rand(30, 60)) //Delayed announcements to keep the crew on their toes.
|
spawn(rand(600, 1800)) //Delayed announcements to keep the crew on their toes.
|
||||||
command_alert("Confirmed outbreak of level 5 biohazard aboard [station_name()].", "Biohazard Alert")
|
command_alert("Confirmed outbreak of level 5 biohazard aboard [station_name()].", "Biohazard Alert")
|
||||||
world << sound('outbreak5.ogg')
|
world << sound('outbreak5.ogg')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user