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:
Ashe Higgs
2018-01-29 15:33:40 -05:00
committed by CitadelStationBot
parent 89fa4b0f28
commit 597b2864eb
8 changed files with 152 additions and 1 deletions
+11 -1
View File
@@ -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