mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Readjusts blob random event
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
if(!T)
|
if(!T)
|
||||||
kill()
|
kill()
|
||||||
return
|
return
|
||||||
Blob = new /obj/effect/blob/core(T, 200)
|
Blob = new /obj/effect/blob/core(T, 120)
|
||||||
for(var/i = 1; i < rand(3, 6), i++)
|
for(var/i = 1; i < rand(3, 4), i++)
|
||||||
Blob.process()
|
Blob.process()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ var/list/event_last_fired = list()
|
|||||||
if(minutes_passed >= 30) // Give engineers time to set up engine
|
if(minutes_passed >= 30) // Give engineers time to set up engine
|
||||||
possibleEvents[/datum/event/meteor_wave] = 10 * active_with_role["Engineer"]
|
possibleEvents[/datum/event/meteor_wave] = 10 * active_with_role["Engineer"]
|
||||||
possibleEvents[/datum/event/meteor_shower] = 20 * active_with_role["Engineer"]
|
possibleEvents[/datum/event/meteor_shower] = 20 * active_with_role["Engineer"]
|
||||||
possibleEvents[/datum/event/blob] = 20 * active_with_role["Engineer"]
|
possibleEvents[/datum/event/blob] = 10 * active_with_role["Engineer"]
|
||||||
|
|
||||||
possibleEvents[/datum/event/viral_infection] = 25 + active_with_role["Medical"] * 15
|
possibleEvents[/datum/event/viral_infection] = 25 + active_with_role["Medical"] * 15
|
||||||
if(active_with_role["Medical"] > 0)
|
if(active_with_role["Medical"] > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user