mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user