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:
TalkingCactus
2017-03-10 12:51:16 -05:00
committed by GitHub
parent 906b8e59d0
commit 09ec454325
21 changed files with 221 additions and 32 deletions
+2 -2
View File
@@ -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
+1
View File
@@ -2,6 +2,7 @@
name = "Radiation Storm"
typepath = /datum/round_event/radiation_storm
max_occurrences = 1
weight = 7
/datum/round_event/radiation_storm
+2 -1
View File
@@ -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")