Random Fixes + Dildos (#268)
* I'LL SNEAK THIS IN, TOO * will it blend * event tweaking * new kinkmate sprite * savefile bugfixes * drinks got overwritten again rip * replaces missing styles * dildos * last bit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/datum/round_event_control/grid_check
|
||||
name = "Grid Check"
|
||||
typepath = /datum/round_event/grid_check
|
||||
weight = 10
|
||||
max_occurrences = 3
|
||||
weight = 7
|
||||
max_occurrences = 1
|
||||
|
||||
/datum/round_event/grid_check
|
||||
announceWhen = 1
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "Radiation Storm"
|
||||
typepath = /datum/round_event/radiation_storm
|
||||
max_occurrences = 1
|
||||
weight = 7
|
||||
|
||||
/datum/round_event/radiation_storm
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
var/interval = 2
|
||||
var/list/vents = list()
|
||||
var/list/gunk = list("water","carbon","flour","radium","toxin","cleaner","nutriment","condensedcapsaicin","mushroomhallucinogen","lube",
|
||||
"plantbgone","banana","charcoal","space_drugs","morphine","holywater","ethanol","hot_coco","sacid")
|
||||
"plantbgone","banana","charcoal","space_drugs","morphine","holywater","ethanol","hot_coco","sacid",
|
||||
"aphro","aphro+","anaphro","anaphro+","semen")
|
||||
|
||||
/datum/round_event/vent_clog/announce()
|
||||
priority_announce("The scrubbers network is experiencing a backpressure surge. Some ejection of contents may occur.", "Atmospherics alert")
|
||||
|
||||
Reference in New Issue
Block a user