From 1a10d9a569a9a39151ac01d58bb989a0d2dc1bc1 Mon Sep 17 00:00:00 2001 From: Livi <11909245+Retrograde115@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:27:52 -0700 Subject: [PATCH] Fixed custom rollies having nicotine by default (#20757) --- code/game/objects/items/weapons/cigs.dm | 6 +++--- code/game/objects/items/weapons/storage/fancy.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/weapons/cigs.dm b/code/game/objects/items/weapons/cigs.dm index 3ef91574a60..dcef98e1ef1 100644 --- a/code/game/objects/items/weapons/cigs.dm +++ b/code/game/objects/items/weapons/cigs.dm @@ -271,8 +271,8 @@ LIGHTERS ARE IN LIGHTERS.DM pixel_x = rand(-5, 5) pixel_y = rand(-5, 5) -/obj/item/clothing/mask/cigarette/rollie/nicotine - list_reagents = list("nicotine" = 40) +/obj/item/clothing/mask/cigarette/rollie/custom + list_reagents = list() /obj/item/cigbutt/roach @@ -448,7 +448,7 @@ LIGHTERS ARE IN LIGHTERS.DM if(O.dry) user.unEquip(target, 1) user.unEquip(src, 1) - var/obj/item/clothing/mask/cigarette/rollie/R = new /obj/item/clothing/mask/cigarette/rollie(user.loc) + var/obj/item/clothing/mask/cigarette/rollie/custom/R = new /obj/item/clothing/mask/cigarette/rollie/custom(user.loc) R.chem_volume = target.reagents.total_volume target.reagents.trans_to(R, R.chem_volume) user.put_in_active_hand(R) diff --git a/code/game/objects/items/weapons/storage/fancy.dm b/code/game/objects/items/weapons/storage/fancy.dm index 20931c62075..7934f746968 100644 --- a/code/game/objects/items/weapons/storage/fancy.dm +++ b/code/game/objects/items/weapons/storage/fancy.dm @@ -292,7 +292,7 @@ desc = "You can't understand the runes, but the packet smells funny." icon_state = "midoripacket" item_state = "midoripacket" - cigarette_type = /obj/item/clothing/mask/cigarette/rollie/nicotine + cigarette_type = /obj/item/clothing/mask/cigarette/rollie /obj/item/storage/fancy/cigarettes/cigpack_shadyjims name ="\improper Shady Jim's Super Slims"