mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user