mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Maybe actually removes the last of the red crosses but probably not (#18533)
* this better be the last red crosses * cmo icon * just going to fix the cmo icon while i am here * revents spawner icon changes * defines blob colours
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
var/mob/living/carbon/human/itemUser = owner
|
||||
//Because a servant of medicines stops at nothing to help others, lets keep them on their toes and give them an additional boost.
|
||||
if(itemUser.health < itemUser.maxHealth)
|
||||
new /obj/effect/temp_visual/heal(get_turf(itemUser), "#375637")
|
||||
new /obj/effect/temp_visual/heal(get_turf(itemUser), COLOR_HEALING_GREEN)
|
||||
itemUser.adjustBruteLoss(-1.5)
|
||||
itemUser.adjustFireLoss(-1.5)
|
||||
itemUser.adjustToxLoss(-1.5)
|
||||
@@ -279,7 +279,7 @@
|
||||
if(heal_points <= 0)
|
||||
break
|
||||
if(L.health < L.maxHealth)
|
||||
new /obj/effect/temp_visual/heal(get_turf(L), "#375637")
|
||||
new /obj/effect/temp_visual/heal(get_turf(L), COLOR_HEALING_GREEN)
|
||||
if(iscarbon(L))
|
||||
L.adjustBruteLoss(-3.5)
|
||||
L.adjustFireLoss(-3.5)
|
||||
|
||||
Reference in New Issue
Block a user