mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 18:06:56 +01:00
Butchering, Macro standardization, and generic tidying (#3936)
* Beginning * Moar * Blelelelele * Robo Organs *Flooshed* * Went overboard and organized a shit ton of tags... * Partially implements VOREStation#9287 * Performance fixes from Polaris#7759 * More Code Cleaning * Recompiled TGUI Bundle
This commit is contained in:
@@ -130,7 +130,7 @@ the artifact triggers the rage.
|
||||
|
||||
if(ishuman(L))
|
||||
var/mob/living/carbon/human/H = L
|
||||
if(H.species.name == "Diona")
|
||||
if(H.species.name == SPECIES_DIONA)
|
||||
to_chat(L, "<span class='warning'>You feel strange for a moment, but it passes.</span>")
|
||||
return FALSE // Happy trees aren't affected by blood rages.
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
|
||||
else
|
||||
var/mob/living/carbon/human/H = L
|
||||
if(H.species.name == "Diona")
|
||||
if(H.species.name == SPECIES_DIONA)
|
||||
to_chat(L, "<span class='warning'>You feel strange for a moment, but it passes.</span>")
|
||||
return FALSE // Happy trees aren't affected by incredible hunger.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user