mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Adds Delam warnings for SM/Engineering
This commit is contained in:
@@ -23,19 +23,11 @@
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/datum/looping_sound/alarm/ship_alarm
|
||||
mid_sounds = list('sound/effects/alarms/ship_alarm.ogg'=1)
|
||||
mid_length = 20
|
||||
volume = 60
|
||||
extra_range = 10
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/looping_sound/alarm/engineering_alarm
|
||||
mid_sounds = list('sound/effects/alarms/engineering_alarm.ogg'=1)
|
||||
mid_length = 30
|
||||
volume = 15
|
||||
volume = 20
|
||||
extra_range = 30
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -54,3 +46,17 @@
|
||||
extra_range = 40
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/looping_sound/alarm/sm_critical_alarm
|
||||
mid_sounds = list('sound/effects/alarms/crit_alarm.ogg'=1)
|
||||
mid_length = 3 SECONDS
|
||||
volume = 90
|
||||
extra_range = 40
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/looping_sound/alarm/sm_causality_alarm
|
||||
mid_sounds = list('sound/effects/alarms/causality_alarm.ogg'=1)
|
||||
mid_length = 9 SECONDS
|
||||
volume = 80
|
||||
extra_range = 60
|
||||
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
/datum/supply_pack/eng/smbig
|
||||
name = "Supermatter Core"
|
||||
contains = list(/obj/machinery/power/supermatter)
|
||||
contains = list(/obj/machinery/power/supermatter/station) // CHOMPEdit: Station SM for Cargo Orders
|
||||
cost = 150
|
||||
containertype = /obj/structure/closet/crate/secure/phoron
|
||||
containername = "Supermatter crate (CAUTION)"
|
||||
|
||||
Reference in New Issue
Block a user