mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
[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:
co-authored by
DGamerL
parent
d87d280b74
commit
9248c028b1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user