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:
Zandario
2022-04-26 13:21:19 -07:00
committed by GitHub
parent e06e04282f
commit db39fde779
409 changed files with 3823 additions and 3068 deletions
@@ -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.
+1 -1
View File
@@ -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.