mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 06:37:07 +01:00
Fix: Milking machine main_fluid.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
var/datum/reagents/fluid_source = G.climaxable(src)
|
||||
if(!fluid_source)
|
||||
return
|
||||
var/main_fluid = lowertext(fluid_source.get_master_reagent_name())
|
||||
var/main_fluid = lowertext(G.get_fluid_name())
|
||||
if(mb_time)
|
||||
visible_message(span_love("You hear a strong suction sound coming from the [M.name] on [src]'s [G.name]."), \
|
||||
span_userlove("The [M.name] pumps faster, trying to get you over the edge."), \
|
||||
|
||||
Reference in New Issue
Block a user