linter woes, + disables hangover for now

This commit is contained in:
Putnam3145
2021-12-08 17:26:40 -08:00
parent 0a8c907f7d
commit 43b216707d
6 changed files with 19 additions and 8 deletions
@@ -38,7 +38,7 @@
/datum/station_trait/hangover
name = "Hangover"
trait_type = STATION_TRAIT_NEGATIVE
weight = 2
weight = 0
show_in_report = TRUE
report_message = "Ohh....Man....That mandatory office party from last shift...God that was awesome..I woke up in some random toilet 3 sectors away..."
trait_to_give = STATION_TRAIT_HANGOVER
@@ -115,7 +115,7 @@
SIGNAL_HANDLER
var/scarf_type = pick(scarves)
spawned.equip_to_slot_or_del(new scarf_type(spawned), ITEM_SLOT_NECK, initial = FALSE)
spawned.equip_to_slot_or_del(new scarf_type(spawned), ITEM_SLOT_NECK)
/datum/station_trait/filled_maint