Glasses with ghoul blood are now "piccolyn" instead of "tomato juice". (#30121)

* defines the ghoulblood var

* ghoul blood var

* Update Chemistry-Reagents.dm

* what deity suggested
This commit is contained in:
Eneocho
2021-08-02 22:13:14 -04:00
committed by GitHub
parent 87b7a43e2b
commit ff04260a5b
3 changed files with 4 additions and 1 deletions

View File

@@ -1627,6 +1627,7 @@ var/proccalls = 1
#define MUSHROOM_BLOOD "#D3D3D3"
#define INSECT_BLOOD "#EBECE6"
#define PALE_BLOOD "#272727"//Seek Paleblood to transcend the hunt.
#define GHOUL_BLOOD "#7FFF00"
//Return values for /obj/machinery/proc/npc_tamper_act(mob/living/L)
#define NPC_TAMPER_ACT_FORGET 1 //Don't try to tamper with this again

View File

@@ -1050,7 +1050,7 @@ var/list/has_died_as_golem = list()
brute_mod = 0.8
move_speed_multiplier = 2
blood_color = "#7FFF00"
blood_color = GHOUL_BLOOD
primitive = /mob/living/carbon/monkey //Just to keep them SoC friendly.

View File

@@ -409,6 +409,8 @@
totally_not_blood = "Milk"
if (PALE_BLOOD)//#272727
totally_not_blood = "Carbon"
if (GHOUL_BLOOD)//#7FFF00
totally_not_blood = "Piccolyn"
glass_name = "glass of [totally_not_blood]"
glass_desc = "Are you sure this is [totally_not_blood]?"