Alien hand 'spells' are no longer magical (#29826)

This commit is contained in:
1080pCat
2025-07-31 10:00:28 +00:00
committed by GitHub
parent 2c282afb6f
commit bca09cf3ce
2 changed files with 10 additions and 0 deletions
@@ -42,6 +42,9 @@
/// Beepsky shouldn't be arresting you over this
needs_permit = FALSE
/obj/item/melee/touch_attack/alien/customised_abstract_text()
return
/obj/item/melee/touch_attack/alien/proc/plasma_check(plasma, mob/living/carbon/user)
var/plasma_current = user.get_plasma()
if(plasma_current < plasma)
@@ -33,6 +33,9 @@
to_chat(C, "<span class='noticealien'>You cannot dissolve this object.</span>")
handle_delete(user)
/obj/item/melee/touch_attack/alien/corrosive_acid/customised_abstract_text(mob/living/carbon/owner)
return "<span class='warning'>[owner.p_their(TRUE)] [owner.l_hand == src ? "left hand" : "right hand"] is dripping with vile corrosive goo!</span>"
/datum/spell/touch/alien_spell/burning_touch
name = "Blazing touch"
desc = "Boil acid within your hand to burn through anything you touch with it, dealing a lot of damage to aliens and destroying resin structures instantly."
@@ -74,3 +77,7 @@
C.add_plasma(-100)
qdel(target)
handle_delete(user)
/obj/item/melee/touch_attack/alien/burning_touch/customised_abstract_text(mob/living/carbon/owner)
return "<span class='warning'>[owner.p_their(TRUE)] [owner.l_hand == src ? "left hand" : "right hand"] has a shimmering mirage around it!</span>"