[PTBF] Example PR: Kill Station Pet (#30650)

* Pet Assassination

* Antag rolls

* Adjusts weights to equal 1000

* Map deconflict

* Linter

* Update code/game/gamemodes/objective.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-12-05 22:16:33 +00:00
committed by GitHub
co-authored by DGamerL
parent d87d280b74
commit 9248c028b1
18 changed files with 155 additions and 56 deletions
@@ -296,6 +296,14 @@
for(var/obj/item/item as anything in items)
new item(src)
/obj/item/storage/box/syndie_kit/pet_assassination_kit
desc = "It's just an ordinary box."
icon_state = "box"
/obj/item/storage/box/syndie_kit/pet_assassination_kit/populate_contents()
new /obj/item/grenade/plastic/c4(src)
new /obj/item/grenade/plastic/c4(src)
/obj/item/storage/box/syndie_kit/space
name = "Boxed Space Suit and Helmet"
can_hold = list(/obj/item/clothing/suit/space/syndicate/black/red, /obj/item/clothing/head/helmet/space/syndicate/black/red, /obj/item/tank/internals/emergency_oxygen/engi/syndi, /obj/item/clothing/mask/gas/syndicate)