mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removes Dirty Floors (#12519)
This commit is contained in:
committed by
variableundefined
parent
51f65222ec
commit
a4641cc0cf
@@ -194,8 +194,7 @@
|
||||
|
||||
for(var/obj/effect/decal/cleanable/M in view(2, E.loc))//germs from messes
|
||||
if(AStar(E.loc, M.loc, /turf/proc/Distance, 2, simulated_only = 0))
|
||||
if(!istype(M,/obj/effect/decal/cleanable/dirt))//dirt is too common
|
||||
germs++
|
||||
germs++
|
||||
|
||||
if(tool.blood_DNA && tool.blood_DNA.len) //germs from blood-stained tools
|
||||
germs += 30
|
||||
|
||||
Reference in New Issue
Block a user