mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
@@ -1,6 +1,6 @@
|
||||
|
||||
#define NITROGEN_RETARDATION_FACTOR 4 //Higher == N2 slows reaction more
|
||||
#define THERMAL_RELEASE_MODIFIER 10 //Higher == less heat released during reaction
|
||||
#define THERMAL_RELEASE_MODIFIER 25 //Higher == less heat released during reaction
|
||||
#define PLASMA_RELEASE_MODIFIER 1500 //Higher == less plasma released by reaction
|
||||
#define OXYGEN_RELEASE_MODIFIER 750 //Higher == less oxygen released at high temperature/power
|
||||
#define REACTION_POWER_MODIFIER 1.1 //Higher == more overall power
|
||||
|
||||
@@ -146,13 +146,13 @@ td.cost.toomuch {
|
||||
src.updateUsrDialog()
|
||||
return
|
||||
|
||||
/obj/machinery/computer/cloning/update_icon()
|
||||
/obj/machinery/computer/merch/update_icon()
|
||||
|
||||
if(stat & BROKEN)
|
||||
icon_state = "comm_logs0"
|
||||
icon_state = "comm_logsb"
|
||||
else
|
||||
if(stat & NOPOWER)
|
||||
src.icon_state = "comm_logs"
|
||||
src.icon_state = "comm_logs0"
|
||||
stat |= NOPOWER
|
||||
else
|
||||
icon_state = initial(icon_state)
|
||||
|
||||
Reference in New Issue
Block a user