linter woes, + disables hangover for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user