Skip to content

Commit

Permalink
Removing Possum's Shit Code (#4911)
Browse files Browse the repository at this point in the history
* Changing Possum's Shit Code

This will be changing the Kitsuhana cigarette's that were made as a very low blow towards Virgo's code and server while using the word 'retard' in the item description and making these cigarette's cause brain damage. Truly uncalled for behavior of Possum.

* Removing Possum's Shit Take

This changes the way that the Kitsuhana cigs interact with the player, removing the brain damage. Nerfing the serotrotium and mindbreaker to make it fit with the new theme of 'astrovan life'.

* Update fancy.dm

Fixing a typo
  • Loading branch information
Pawoverlord authored Jan 4, 2024
1 parent 51f8efd commit d14975e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/cigs_lighters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@ CIGARETTE PACKETS ARE IN FANCY.DM
preloaded_reagents = list("nicotine" = 5, "mint" = 5)

/obj/item/clothing/mask/smokable/cigarette/khi
name = "\improper Kitsuhana Singularity cigarette"
name = "\improper Hippie's Delight cigarette"
icon_state = "khioff"
icon_on = "khion"
icon_off = "khioff"
type_butt = /obj/item/trash/cigbutt/khi
preloaded_reagents = list("mindbreaker" = 5, "serotrotium" = 5, "impedrezene" = 5, "space_drugs" = 5)
preloaded_reagents = list("mindbreaker" = 3, "serotrotium" = 2, "space_drugs" = 5)

/obj/item/clothing/mask/smokable/cigarette/comred
name = "\improper ComRed light cigarette"
Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ obj/item/storage/fancy/dogtreats/populate_contents()
create_reagents(10 * storage_slots)//so people can inject cigarettes without opening a packet, now with being able to inject the whole one

/obj/item/storage/fancy/cigarettes/khi
name = "\improper Kitsuhana Singularity packet"
desc = "A packet of six Kitsuhana Singularity cigarettes. A brand made by LSD abusers who overdosed one night and invented these smokes, still finds popularity among retards with no sense of quality. WARNING: Contains the kind of chemicals needed to enjoy this type of brand."
name = "\improper Hippie's Delight packet"
desc = "A packet of six Hippie's Delight cigarettes. A brand of cigarettes favorited by those whom live in Astrovans on public and private beaches everywhere. CAUTION: Contents may contain chemicals unsuitable for some people. Ride the wave, surf's up bro!"
icon_state = "KhiCigPacket"
item_state = "KhiCigPacket"

Expand Down

0 comments on commit d14975e

Please sign in to comment.