Merge pull request #13093 from kappa-sama/patch-41
Tracer's a human, not a changeling.
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
/obj/item/implant/warp/activate()
|
/obj/item/implant/warp/activate()
|
||||||
. = ..()
|
. = ..()
|
||||||
uses--
|
uses--
|
||||||
imp_in.do_adrenaline(150, TRUE, 0, 0, TRUE, list(/datum/reagent/fermi/eigenstate = 1.2), "<span class='boldnotice'>You feel an internal prick as as the bluespace starts ramping up!</span>")
|
imp_in.do_adrenaline(20, TRUE, 0, 0, TRUE, list(/datum/reagent/fermi/eigenstate = 1.2), "<span class='boldnotice'>You feel an internal prick as as the bluespace starts ramping up!</span>")
|
||||||
to_chat(imp_in, "<span class='notice'>You feel an internal prick as as the bluespace starts ramping up!</span>")
|
to_chat(imp_in, "<span class='notice'>You feel an internal prick as as the bluespace starts ramping up!</span>")
|
||||||
if(!uses)
|
if(!uses)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
@@ -86,4 +86,4 @@
|
|||||||
healthstring = "<small>Oxygen Deprivation Damage => [round(L.getOxyLoss())]<br />Fire Damage => [round(L.getFireLoss())]<br />Toxin Damage => [round(L.getToxLoss())]<br />Brute Force Damage => [round(L.getBruteLoss())]</small>"
|
healthstring = "<small>Oxygen Deprivation Damage => [round(L.getOxyLoss())]<br />Fire Damage => [round(L.getFireLoss())]<br />Toxin Damage => [round(L.getToxLoss())]<br />Brute Force Damage => [round(L.getBruteLoss())]</small>"
|
||||||
if (!healthstring)
|
if (!healthstring)
|
||||||
healthstring = "ERROR"
|
healthstring = "ERROR"
|
||||||
return healthstring
|
return healthstring
|
||||||
|
|||||||
Reference in New Issue
Block a user