Merge pull request #33594 from AnturK/knockoff

Adds knock off component
This commit is contained in:
Jordan Brown
2017-12-19 17:23:26 -05:00
committed by CitadelStationBot
parent e552382953
commit 25d5e5b6b4
6 changed files with 62 additions and 4 deletions
+1
View File
@@ -129,6 +129,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
reagents.add_reagent_list(list_reagents)
if(starts_lit)
light()
AddComponent(/datum/component/knockoff,90,list("mouth"),list(slot_wear_mask))//90% to knock off when wearing a mask
/obj/item/clothing/mask/cigarette/Destroy()
STOP_PROCESSING(SSobj, src)