removes a palsma thing

This commit is contained in:
Aurorablade
2016-03-08 06:26:37 -05:00
parent c407b3ee9e
commit 7ccad08ee2
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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)
..()