mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #5646 from lbnesquik/Kates-Tiny-Tweak
Remove intensity from chemistry machines.
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
src.beaker = B
|
src.beaker = B
|
||||||
user.drop_item()
|
user.drop_item()
|
||||||
B.loc = src
|
B.loc = src
|
||||||
to_chat(user, "You add \the [B] to the machine!")
|
to_chat(user, "You add \the [B] to the machine.")
|
||||||
icon_state = "mixer1"
|
icon_state = "mixer1"
|
||||||
|
|
||||||
else if(istype(B, /obj/item/weapon/storage/pill_bottle))
|
else if(istype(B, /obj/item/weapon/storage/pill_bottle))
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
src.loaded_pill_bottle = B
|
src.loaded_pill_bottle = B
|
||||||
user.drop_item()
|
user.drop_item()
|
||||||
B.loc = src
|
B.loc = src
|
||||||
to_chat(user, "You add \the [loaded_pill_bottle] into the dispenser slot!")
|
to_chat(user, "You add \the [loaded_pill_bottle] into the dispenser slot.")
|
||||||
|
|
||||||
else if(default_unfasten_wrench(user, B, 20))
|
else if(default_unfasten_wrench(user, B, 20))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user