Some Ling Ability Price Reductions (#15670)

This commit is contained in:
WickedCybs
2023-02-03 23:59:25 +01:00
committed by GitHub
parent 0478ecf551
commit b8df2fae15
2 changed files with 11 additions and 4 deletions
@@ -112,7 +112,7 @@ var/list/datum/power/changeling/powerinstances = list()
/datum/power/changeling/blind_sting
name = "Blind Sting"
desc = "We sting a human, completely blinding them for a short time."
genomecost = 2
genomecost = 1
allowduringlesserform = TRUE
verbpath = /mob/proc/changeling_blind_sting
@@ -120,7 +120,7 @@ var/list/datum/power/changeling/powerinstances = list()
name = "Silence Sting"
desc = "We silently sting a human, completely silencing them for a short time."
helptext = "Does not provide a warning to a victim that they have been stung, until they try to speak and cannot."
genomecost = 3
genomecost = 2
allowduringlesserform = TRUE
verbpath = /mob/proc/changeling_silence_sting
@@ -204,7 +204,7 @@ var/list/datum/power/changeling/powerinstances = list()
/datum/power/changeling/armblades
name = "Mutate Armblades"
desc = "Permits us to reshape our arms into a deadly blade."
genomecost = 4
genomecost = 3
verbpath = /mob/proc/armblades
/datum/power/changeling/shield
@@ -216,7 +216,7 @@ var/list/datum/power/changeling/powerinstances = list()
/datum/power/changeling/horror_form
name = "Horror Form"
desc = "We tear apart our human disguise, revealing our true form."
helptext = "We will return to our current form after ten minutes."
helptext = "We will return to our current form after ten minutes. Death in our true form is permanent."
genomecost = 15
verbpath = /mob/proc/horror_form
+7
View File
@@ -0,0 +1,7 @@
author: WickedCybs
delete-after: True
changes:
- tweak: "Lowers the prices of a few ling abilities by one. Affects arm blade, blind sting, silence sting."
- tweak: "Added that dying in horror form as a changeling is permanent to the ability help text."