mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
More reasonable value.
200 steps to see dirt again is a bit excessive.
This commit is contained in:
@@ -1200,7 +1200,7 @@
|
|||||||
//VOREstation edit. Floor polishing.
|
//VOREstation edit. Floor polishing.
|
||||||
if(istype(T, /turf/simulated))
|
if(istype(T, /turf/simulated))
|
||||||
var/turf/simulated/S = T
|
var/turf/simulated/S = T
|
||||||
S.dirt = -150
|
S.dirt = -50
|
||||||
//VOREstation edit end
|
//VOREstation edit end
|
||||||
|
|
||||||
/datum/reagent/sterilizine/touch_mob(var/mob/living/L, var/amount)
|
/datum/reagent/sterilizine/touch_mob(var/mob/living/L, var/amount)
|
||||||
|
|||||||
Reference in New Issue
Block a user