Skip to content

Commit 7aba1cf

Browse files
blackbox: Add station traits. (ParadiseSS13#26502)
1 parent 75b18b4 commit 7aba1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/controllers/subsystem/processing/SSstation.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ PROCESSING_SUBSYSTEM_DEF(station)
6868
///Creates a given trait of a specific type, while also removing any blacklisted ones from the future pool.
6969
/datum/controller/subsystem/processing/station/proc/setup_trait(datum/station_trait/trait_type)
7070
var/datum/station_trait/trait_instance = new trait_type()
71+
SSblackbox.record_feedback("text", "station_traits", 1, "[trait_type]")
7172
station_traits += trait_instance
7273
log_game("Station Trait: [trait_instance.name] chosen for this round.")
7374
trait_instance.blacklist += trait_instance.type

0 commit comments

Comments
 (0)