From 35f1956db713511310e4ce9d2f47884c416c5e1e Mon Sep 17 00:00:00 2001 From: Piccione Date: Thu, 8 Mar 2018 23:18:54 +0100 Subject: [PATCH] Switched the Space Drugs in the Weed Cigarettes with more healthy THC --- code/game/objects/items/weapons/storage/fancy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/fancy.dm b/code/game/objects/items/weapons/storage/fancy.dm index 5f3bf0c7a76..2c53fd4cea2 100644 --- a/code/game/objects/items/weapons/storage/fancy.dm +++ b/code/game/objects/items/weapons/storage/fancy.dm @@ -271,7 +271,7 @@ desc = "A prescription packet containing six marijuana cigarettes." icon_state = "medpacket" item_state = "cigpacket" - default_reagents = list("space_drugs" = 15) + default_reagents = list("Tetrahydrocannabinol" = 15) /obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift name = "\improper Uplift Smooth packet"