From e2124db38bc52445e46d3b18e2606df31cf62799 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Fri, 26 Oct 2018 23:16:47 +0200 Subject: [PATCH] container type = injectable --- code/game/objects/items/weapons/cigs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/cigs.dm b/code/game/objects/items/weapons/cigs.dm index 73ff43abbde..3332abb9264 100644 --- a/code/game/objects/items/weapons/cigs.dm +++ b/code/game/objects/items/weapons/cigs.dm @@ -23,6 +23,7 @@ LIGHTERS ARE IN LIGHTERS.DM w_class = WEIGHT_CLASS_TINY body_parts_covered = null attack_verb = null + container_type = INJECTABLE var/lit = FALSE var/icon_on = "cigon" //Note - these are in masks.dmi not in cigarette.dmi var/icon_off = "cigoff"