damage flags are now defined from tg (#14050)

* 1st

* s

* d

Co-authored-by: Theos <theubernyan@gmail.com>
This commit is contained in:
tattax
2022-05-16 16:14:12 -03:00
committed by GitHub
parent 7dcaac7647
commit 7cc7105157
300 changed files with 771 additions and 739 deletions

View File

@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(fire_burning)
if(O.resistance_flags & ON_FIRE) //in case an object is extinguished while still in currentrun
if(!(O.resistance_flags & FIRE_PROOF))
O.take_damage(20, BURN, "fire", 0)
O.take_damage(20, BURN, FIRE, 0)
else
O.extinguish()