mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
fixes a runtime related to incorrect argument syntax (#23097)
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
if (!istype(T))
|
||||
return
|
||||
if(reac_volume >= 1)
|
||||
T.MakeSlippery(wet_setting=TURF_WET_LUBE, min_wet_time=15, min(wet_time_to_add=reac_volume*2, 120))
|
||||
T.MakeSlippery(TURF_WET_LUBE, 15, min(reac_volume * 2, 120))
|
||||
|
||||
/datum/reagent/spraytan
|
||||
name = "Spray Tan"
|
||||
|
||||
Reference in New Issue
Block a user