Merge pull request #4464 from Citadel-Station-13/upstream-merge-33594

[MIRROR] Adds knock off component
This commit is contained in:
deathride58
2017-12-21 03:25:41 +00:00
committed by GitHub
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)