mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
The Rollable Cigs and Chews Update (#7631)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
for(var/obj/W in T)
|
||||
//Different classes of items give different commodities.
|
||||
if(istype(W,/obj/item/cigbutt))
|
||||
if(istype(W,/obj/item/trash/cigbutt))
|
||||
if(plastic)
|
||||
plastic.add_charge(500)
|
||||
else if (istype(W, /obj/item/flame/match))
|
||||
|
||||
Reference in New Issue
Block a user