mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Alien hand 'spells' are no longer magical (#29826)
This commit is contained in:
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user