[Modular] Hash is no longer recursive (#25486)

Unhashed
This commit is contained in:
SomeRandomOwl
2023-12-07 17:02:00 -05:00
committed by GitHub
parent 0549ea82cd
commit 8bda8496df
2 changed files with 5 additions and 1 deletions
@@ -46,6 +46,10 @@
ph = 6
taste_description = "skunk"
/datum/reagent/drug/thc/concentrated
name = "Concentrated THC"
description = "TCH in pure concentrated form"
/datum/reagent/drug/thc/on_mob_life(mob/living/carbon/M, seconds_per_tick, times_fired)
var/high_message = pick("You feel relaxed.", "You feel fucked up.", "You feel totally wrecked...")
if(M.hud_used!=null)
@@ -14,7 +14,7 @@
icon_state = "dab"
volume = 40
has_variable_transfer_amount = FALSE
list_reagents = list(/datum/reagent/drug/thc = 40) //horrendously powerful
list_reagents = list(/datum/reagent/drug/thc/concentrated = 40) //horrendously powerful
/obj/item/reagent_containers/hashbrick
name = "hash brick"