this is annoying, why is angel not defind as a race

This commit is contained in:
TrilbySpaceClone
2020-04-14 11:13:49 -04:00
parent c5b1324d44
commit 79a72a50d4
6 changed files with 63 additions and 6 deletions
@@ -965,3 +965,12 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of bungo juice"
glass_desc = "Exotic! You feel like you are on vacation already."
/datum/reagent/consumable/coldscales
name = "Coldscales"
color = "#5AEB52" //(90, 235, 82)
description = "A cold looking drink made for people with scales."
taste_description = "dead flies"
glass_icon_state = "coldscales"
glass_name = "glass of coldscales"
glass_desc = "A soft green drink that looks inviting!"
@@ -370,6 +370,8 @@
M.stuttering = 0
holder.del_reagent(type) // maybe this is a little too perfect and a max() cap on the statuses would be better??
return
if(isangel(M))
quality = DRINK_GOOD
holder.remove_reagent(type, 0.4) //fixed consumption to prevent balancing going out of whack
/datum/reagent/water/holywater/reaction_turf(turf/T, reac_volume)