mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds New "Carcinoma Angel" Cigs (#30338)
* vkfdnvhy
- Added "Densed Nicotine" reagent, which is similiar to Nicotine, but has lower overdose threshold, is not addictive and also deals minor lung damage, makes people cough, sends evil messages to user
- Added "Carcinoma Angel" cigs which contains "Densed Nicotine". They can be found in hacked or syndie/beach cigarette vendors or in maints as loot.
* Update drugs.dm
* Apply suggestions from code review
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com>
* cough... new()...
* Update cigs.dm
* Update fancy.dm
* Update drugs.dm
* Update cigarettes.dmi
* Update cigarettes.dmi
* Update cigarettes.dmi
* Revert "Update cigarettes.dmi"
This reverts commit 831790523e.
* Update cigarettes.dmi
---------
Signed-off-by: Osetrokarasek <78341303+ostrkrs@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -422,6 +422,16 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
desc = "A roll of dried plant matter wrapped in thin paper."
|
||||
list_reagents = list()
|
||||
|
||||
/obj/item/clothing/mask/cigarette/carcinoma
|
||||
name = "\improper Carcinoma Angel cigarette"
|
||||
desc = "A truly evil looking cigarette. The smell of tobacco is so overpowering that you can practically feel the cancer forming inside you already."
|
||||
icon_state = "death_cig"
|
||||
butt_type = /obj/item/cigbutt/death
|
||||
|
||||
/obj/item/clothing/mask/cigarette/random/New()
|
||||
list_reagents = list("nicotine" = 40, "dnicotine" = 10, pick("carpotoxin", "toxin", "atrazine") = 1)
|
||||
..()
|
||||
|
||||
/obj/item/cigbutt
|
||||
name = "cigarette butt"
|
||||
desc = "A manky old cigarette butt."
|
||||
@@ -435,6 +445,11 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
desc = "A manky old cigarette butt with an evil look about it."
|
||||
icon_state = "syndie_cig_butt"
|
||||
|
||||
/obj/item/cigbutt/death
|
||||
name = "dark cigarette butt"
|
||||
desc = "A manky old cigarette butt, it did its part in the job of killing someone's lungs."
|
||||
icon_state = "death_cig_butt"
|
||||
|
||||
/obj/item/cigbutt/Initialize(mapload)
|
||||
. = ..()
|
||||
scatter_atom()
|
||||
|
||||
@@ -401,6 +401,16 @@
|
||||
cigarette_slogan = "Strong flavour, dense smoke, infused with omnizine."
|
||||
cigarette_type = /obj/item/clothing/mask/cigarette/syndicate
|
||||
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_carcinoma
|
||||
name = "\improper Carcinoma Angel packet"
|
||||
desc = "True to their name, Carcinoma Angels will bring your breathless body to heaven. \
|
||||
This is an attempt to create the most cancerous cigarettes in the universe, for specific connoisseurs. \
|
||||
These cigarettes have been banned across most of known space due to their reckless marketing strategy and obvious health risks."
|
||||
icon_state = "death_packet"
|
||||
inhand_icon_state = "enigma_packet"
|
||||
cigarette_slogan = "That which does not kill us makes us stronger."
|
||||
cigarette_type = /obj/item/clothing/mask/cigarette/carcinoma
|
||||
|
||||
/obj/item/storage/fancy/rollingpapers
|
||||
name = "rolling paper pack"
|
||||
desc = "A pack of Nanotrasen brand rolling papers."
|
||||
|
||||
Reference in New Issue
Block a user