mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Lowers punji traps infection from three to two (#19082)
Lowers punji traps infection from three to two
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user