mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
-Slightly reduced genome cost for paralysis sting. 5 points for a 10-tick stun is far too overpriced.
-Removed sleepypen from nuke shuttle (Why is this still here? Penning the captain is already awfully boring) -Added mirrors to nuke shuttle and wizard's den git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4067 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -102,6 +102,16 @@ var/list/obj/effect/proc_holder/power/powerinstances = list()
|
||||
|
||||
|
||||
|
||||
/obj/effect/proc_holder/power/paralysis_sting
|
||||
name = "Paralysis Sting"
|
||||
desc = "We silently sting a human, paralyzing them for a short time."
|
||||
genomecost = 3
|
||||
|
||||
|
||||
verbpath = /client/proc/changeling_paralysis_sting
|
||||
|
||||
|
||||
|
||||
/obj/effect/proc_holder/power/LSDSting
|
||||
name = "Hallucination Sting"
|
||||
desc = "We evolve the ability to sting a target with a powerful hallunicationary chemical."
|
||||
@@ -112,16 +122,6 @@ var/list/obj/effect/proc_holder/power/powerinstances = list()
|
||||
|
||||
|
||||
|
||||
/obj/effect/proc_holder/power/paralysis_sting
|
||||
name = "Paralysis Sting"
|
||||
desc = "We silently sting a human, paralyzing them for a short time. We must be wary, they can still whisper."
|
||||
genomecost = 5
|
||||
|
||||
|
||||
verbpath = /client/proc/changeling_paralysis_sting
|
||||
|
||||
|
||||
|
||||
/obj/effect/proc_holder/power/DeathSting
|
||||
name = "Death Sting"
|
||||
desc = "We silently sting a human, filling him with potent chemicals. His rapid death is all but assured."
|
||||
|
||||
Reference in New Issue
Block a user