mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[gbp no update] fix: ethereal alt attack verb is "sear" (#82951)
forgot to add the alt attack verb to the r ight arm also, unfortunately have to change "singe" because it ends in E and bodypart unarmed attacks get "ed" appended to them ## Changelog 🆑 fix: Ethereal unarmed attacks "sear" instead of "singe", which was buggy /🆑
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
limb_id = SPECIES_ETHEREAL
|
||||
dmg_overlay_type = null
|
||||
attack_type = BURN //burn bish
|
||||
unarmed_attack_verbs = list("burn", "singe")
|
||||
unarmed_attack_verbs = list("burn", "sear")
|
||||
grappled_attack_verb = "scorch"
|
||||
unarmed_attack_sound = 'sound/weapons/etherealhit.ogg'
|
||||
unarmed_miss_sound = 'sound/weapons/etherealmiss.ogg'
|
||||
@@ -54,7 +54,7 @@
|
||||
limb_id = SPECIES_ETHEREAL
|
||||
dmg_overlay_type = null
|
||||
attack_type = BURN // bish buzz
|
||||
unarmed_attack_verbs = list("burn")
|
||||
unarmed_attack_verbs = list("burn", "sear")
|
||||
grappled_attack_verb = "scorch"
|
||||
unarmed_attack_sound = 'sound/weapons/etherealhit.ogg'
|
||||
unarmed_miss_sound = 'sound/weapons/etherealmiss.ogg'
|
||||
|
||||
Reference in New Issue
Block a user