mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] remove static chat colour tags (#7635)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com> Co-authored-by: Changelogs <action@github.com> Co-authored-by: Aroliacue <96730930+Aroliacue@users.noreply.github.com> Co-authored-by: Eli <fracshun@gmail.com> Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com> Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com> Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com> Co-authored-by: Missile597 <150307788+Missile597@users.noreply.github.com>
This commit is contained in:
co-authored by
Heroman3003
Kashargul
Guti
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CHOMPStation2
Raeschen
Changelogs
Aroliacue
Eli
tacoguy7765093
Nadyr
TheGreatKitsune
Missile597
parent
ad0bb36d2c
commit
aab270c74f
+2
-2
@@ -109,7 +109,7 @@
|
||||
|
||||
/mob/living/simple_mob/humanoid/eclipse/solar/bullet_act(obj/item/projectile/P)
|
||||
if(istype(P, /obj/item/projectile/energy) || istype(P, /obj/item/projectile/beam))
|
||||
visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>")
|
||||
visible_message(span_orange("<B>[P] seems ineffective!.</B>"))
|
||||
..()
|
||||
else
|
||||
..()
|
||||
@@ -276,7 +276,7 @@
|
||||
|
||||
/mob/living/simple_mob/humanoid/eclipse/lunar/bullet_act(obj/item/projectile/P)
|
||||
if(istype(P, /obj/item/projectile/bullet))
|
||||
visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>")
|
||||
visible_message(span_orange("<B>[P] seems ineffective!.</B>"))
|
||||
..()
|
||||
else
|
||||
..()
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
|
||||
/mob/living/simple_mob/humanoid/starhunter/hunter/bullet_act(obj/item/projectile/P)
|
||||
if(istype(P, /obj/item/projectile/energy/lightpillar))
|
||||
visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>") //immune to their own attack
|
||||
visible_message(span_orange("<B>[P] seems ineffective!.</B>")) //immune to their own attack
|
||||
else
|
||||
..()
|
||||
|
||||
@@ -239,4 +239,4 @@
|
||||
damage = 15
|
||||
armor_penetration = 25 //Gets into the gaps
|
||||
damage_type = BURN
|
||||
check_armour = "laser"
|
||||
check_armour = "laser"
|
||||
|
||||
Reference in New Issue
Block a user