mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
in-his-name-amen
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
to_chat(user, "<span class='notice'>You add the beaker to the machine!</span>")
|
||||
icon_state = "mixer1b"
|
||||
SSnanoui.update_uis(src)
|
||||
return
|
||||
|
||||
if(default_deconstruction_screwdriver(user, "mixer0b", "mixer0b", I))
|
||||
return
|
||||
@@ -87,7 +88,6 @@
|
||||
eject_beaker()
|
||||
default_deconstruction_crowbar(I)
|
||||
return 1
|
||||
return
|
||||
return ..()
|
||||
|
||||
/obj/machinery/chem_heater/attack_hand(mob/user)
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
A.acid_level = max(A.acid_level - volume* 50, 0)
|
||||
|
||||
/datum/reagent/water/reaction_obj(obj/O, volume)
|
||||
O.acid_level = 0
|
||||
O.water_act(volume, water_temperature, src)
|
||||
|
||||
/datum/reagent/lube
|
||||
|
||||
Reference in New Issue
Block a user