mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Merge branch 'master' into Arokha/matdefs
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
|
||||
to_chat(user, "<span class='notice'>You press \the [src]'s chamber agitator button.</span>")
|
||||
if(on)
|
||||
visible_message("<span class='notice'>\The [src] rattles to life.</span>")
|
||||
visible_message("<b>\The [src]</b> rattles to life.")
|
||||
reagents.handle_reactions()
|
||||
else
|
||||
spawn(1 SECOND)
|
||||
@@ -316,7 +316,7 @@
|
||||
if(target_temp == round(current_temp, 1.0))
|
||||
current_temp = target_temp // Hard set it so we don't need to worry about exact decimals any more, after we've been keeping track of it all this time
|
||||
playsound(src, 'sound/machines/ping.ogg', 50, 0)
|
||||
src.visible_message("<span class='notice'>\The [src] pings as it reaches the target temperature.</span>")
|
||||
src.visible_message("<b>\The [src]</b> pings as it reaches the target temperature.")
|
||||
|
||||
else if(connected_port && avg_pressure > 1000)
|
||||
current_temp = round((current_temp + avg_temp) / 2)
|
||||
|
||||
@@ -347,7 +347,7 @@
|
||||
var/obj/item/stack/medical/M = C.upgrade_stack(to_produce)
|
||||
|
||||
if(M && M.amount)
|
||||
holder.my_atom.visible_message("<span class='notice'>\The [packname] bubbles.</span>")
|
||||
holder.my_atom.visible_message("<b>\The [packname]</b> bubbles.")
|
||||
remove_self(to_produce * 5)
|
||||
|
||||
/datum/reagent/cryoxadone
|
||||
@@ -1256,7 +1256,7 @@
|
||||
var/obj/item/stack/medical/M = C.upgrade_stack(to_produce)
|
||||
|
||||
if(M && M.amount)
|
||||
holder.my_atom.visible_message("<span class='notice'>\The [packname] bubbles.</span>")
|
||||
holder.my_atom.visible_message("<b>\The [packname]</b> bubbles.")
|
||||
remove_self(to_produce)
|
||||
|
||||
/datum/reagent/sterilizine
|
||||
|
||||
Reference in New Issue
Block a user