Fixes a bunch of stuff because testmerges are for pussies (#14187)

* for fucks sake this is why we testmerge shit

* Update flowers.dm

* Update nettle.dm

* Update cigs_lighters.dm

* Update theft_tools.dm

* Update flashlight.dm

* Update items.dm

* Update supermatter_delaminator.dm

* Update spacevine.dm
This commit is contained in:
Theos
2022-05-19 22:47:18 -04:00
committed by GitHub
parent b18176039b
commit c4e24a155e
9 changed files with 13 additions and 13 deletions

View File

@@ -124,7 +124,7 @@
return 1
/datum/spacevine_mutation/fire_proof/on_hit(obj/structure/spacevine/holder, mob/hitter, obj/item/I, expected_damage)
if(I && I.damtype == FIRE)
if(I && I.damtype == BURN)
. = 0
else
. = expected_damage