mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Vomiting Overhaul (#365)
Centralises vomiting code to remove duplication and standardise effects. Makes vomiting empty your stomach a bit (30u, the capacity of a drink glass) Adds Ipecac, an emetic to cause vomiting
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
owner << "\red Your skin itches."
|
||||
if (germ_level > INFECTION_LEVEL_TWO)
|
||||
if(prob(1))
|
||||
spawn owner.vomit()
|
||||
spawn owner.delayed_vomit()
|
||||
|
||||
if(owner.life_tick % PROCESS_ACCURACY == 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user