Merge pull request #14562 from BlueWildrose/poppinoff
Buffs the genetic mutation Autotomy
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
desc = "Allows a creature to voluntary discard a random appendage."
|
||||
quality = POSITIVE
|
||||
text_gain_indication = "<span class='notice'>Your joints feel loose.</span>"
|
||||
instability = 30
|
||||
instability = 20
|
||||
power = /obj/effect/proc_holder/spell/self/self_amputation
|
||||
|
||||
energy_coeff = 1
|
||||
@@ -316,7 +316,7 @@
|
||||
return
|
||||
|
||||
var/obj/item/bodypart/BP = pick(parts)
|
||||
BP.dismember()
|
||||
BP.dismember(harmless=TRUE)
|
||||
|
||||
//spider webs
|
||||
/datum/mutation/human/webbing
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
|
||||
/obj/screen/alert/status_effect/mesmerized
|
||||
name = "Mesmerized"
|
||||
desc = "You cant tear your sight from who is in front of you... their gaze is simply too enthralling.."
|
||||
desc = "You can't tear your sight from who is in front of you... their gaze is simply too enthralling.."
|
||||
icon = 'icons/mob/actions/bloodsucker.dmi'
|
||||
icon_state = "power_mez"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user