mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
|
||||
user.drop_item()
|
||||
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"
|
||||
|
||||
else if(istype(B, /obj/item/weapon/storage/pill_bottle))
|
||||
@@ -67,7 +67,7 @@
|
||||
src.loaded_pill_bottle = B
|
||||
user.drop_item()
|
||||
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))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user