This commit is contained in:
silicons
2020-12-26 20:50:28 -08:00
parent d3414a4d23
commit bfb3d087c3
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
/**
* Attempts to make the floor dirty.
*/
/mob/living/proc/dirt_buildup(strength =)
/mob/living/proc/dirt_buildup(strength = 1)
var/turf/open/T = loc
if(!istype(T) || !T.dirt_buildup_allowed)
return