mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
removes a palsma thing
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
if(G.flags & NODROP)
|
||||
user << "<span class='notice'>you can drop it to charge it!</span>"
|
||||
return
|
||||
if(istype(G, /obj/item/weapon/gun/energy) || istype(G, /obj/item/weapon/melee/baton) || istype(G,/obj/item/device/laptop) || istype(G, /obj/item/weapon/rcs))
|
||||
if(charging)
|
||||
return
|
||||
|
||||
@@ -98,8 +98,6 @@
|
||||
owner.adjustFireLoss(-heal_amt)
|
||||
owner.adjustOxyLoss(-heal_amt)
|
||||
owner.adjustCloneLoss(-heal_amt)
|
||||
else//still should regen some plasma
|
||||
owner.adjustPlasma(plasma_rate-5)//but at a lower rate
|
||||
|
||||
/obj/item/organ/internal/xenos/plasmavessel/insert(mob/living/carbon/M, special = 0)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user