[MIRROR] Lavaland bottle holyness not a species trait (#8173)

* Lavaland bottle holyness correctly not a species trait (#61409)

This is not a species granted trait, seems it was like this out of laziness but correct me if you know better
(Arm: It's just a remnant of angel's being a species in the past)

* Lavaland bottle holyness not a species trait

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-09-15 03:32:28 +01:00
committed by GitHub
co-authored by TiviPlus
parent 4b215ebb5a
commit 5aad4e5d48
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -510,7 +510,7 @@
exposed_carbon.dna.species.GiveSpeciesFlight(exposed_carbon)
if(holycheck)
to_chat(exposed_carbon, span_notice("You feel blessed!"))
ADD_TRAIT(exposed_carbon, TRAIT_HOLY, SPECIES_TRAIT)
ADD_TRAIT(exposed_carbon, TRAIT_HOLY, FLIGHTPOTION_TRAIT)
playsound(exposed_carbon.loc, 'sound/items/poster_ripped.ogg', 50, TRUE, -1)
exposed_carbon.adjustBruteLoss(20)
exposed_carbon.emote("scream")