Antag Dirty Bombs & Bodyhorror Parasites (#16317)

* dirty bombs & bodyhorror

* clean up + extra flavour

CE_ANTIEMETIC taken into account in the delayed_vomit() proc. doesn't need to subtract from CE_EMETIC anymore.

* desc. fix, TC tweak, syringe gun kit

* dirty bomb tweaks

radiation remains for as long as advertised (~8mins in an open space)
it also actually leaves behind the green goo now.
This commit is contained in:
smellie
2023-05-16 00:34:10 +00:00
committed by GitHub
parent 0a3be0f04c
commit f237ea8309
24 changed files with 434 additions and 29 deletions
+4
View File
@@ -731,6 +731,10 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HURT)
return
if(stat == DEAD)
return
if(chem_effects[CE_ANTIEMETIC])
to_chat(src, SPAN_WARNING("You feel a very brief wave of nausea, but it quickly disapparates."))
return
if(!lastpuke)
lastpuke = 1
to_chat(src, "<span class='warning'>You feel nauseous...</span>")