Lowers punji traps infection from three to two (#19082)

Lowers punji traps infection from three to two
This commit is contained in:
Fluffy
2024-05-06 11:54:28 +00:00
committed by GitHub
parent 3c1ca88011
commit 1ef10104c2
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -785,7 +785,7 @@
if(isvaurca(L) && prob(50))
return
organ.germ_level += INFECTION_LEVEL_THREE
organ.germ_level += INFECTION_LEVEL_TWO
/obj/item/trap/punji/proc/reveal_message(mob/living/victim)
if(!message)