Adds the reverse bear trap item, available to traitor clowns in the uplink for 5 TC (#34849)
* Do you want to play a game? * removes leftover code from earlier dev * Some things * optimizations, from the heart, for the soul
This commit is contained in:
committed by
CitadelStationBot
parent
89fa4b0f28
commit
597b2864eb
@@ -34,4 +34,14 @@
|
||||
|
||||
#undef RAD_GEIGER_LOW
|
||||
#undef RAD_GEIGER_MEDIUM
|
||||
#undef RAD_GEIGER_HIGH
|
||||
#undef RAD_GEIGER_HIGH
|
||||
|
||||
/datum/looping_sound/reverse_bear_trap
|
||||
mid_sounds = list('sound/effects/clock_tick.ogg')
|
||||
mid_length = 3.5
|
||||
volume = 25
|
||||
|
||||
/datum/looping_sound/reverse_bear_trap_beep
|
||||
mid_sounds = list('sound/machines/beep.ogg')
|
||||
mid_length = 60
|
||||
volume = 10
|
||||
|
||||
Reference in New Issue
Block a user