-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into le-nukies-mirror
- Loading branch information
Showing
42 changed files
with
524 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "TTNT789" | ||
delete-after: True | ||
changes: | ||
- balance: "halves heralds armor pierce" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/obj/item/clothing/mask/gas/clown_hat/yellow | ||
name = "yellow clown wig and mask" | ||
desc = "A true prankster's facial attire. But yellow! A clown is incomplete without his wig and mask." | ||
icon = 'monkestation/icons/obj/clothing/masks.dmi' | ||
icon_state = "clown_yellow" | ||
worn_icon = 'monkestation/icons/mob/clothing/mask.dmi' | ||
worn_icon_state = "clown_yellow" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/obj/item/clothing/shoes/clown_shoes/yellow | ||
desc = "The prankster's standard-issue clowning shoes. But Yellow! Ctrl-click to toggle waddle dampeners." | ||
name = "yellow clown shoes" | ||
icon = 'monkestation/icons/obj/clothing/shoes.dmi' | ||
icon_state = "clown_yellow" | ||
worn_icon = 'monkestation/icons/mob/clothing/feet.dmi' | ||
worn_icon_state = "clown_yellow" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/obj/item/clothing/suit/hooded/dinojammies | ||
name = "dinosaur pajamas" | ||
desc = "The ultimate in reptile-pajama-costume fusion." | ||
icon = 'monkestation/icons/obj/clothing/suits.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/suit.dmi' | ||
icon_state = "dinojammies" | ||
worn_icon_state = "dinojammies" | ||
hoodtype = /obj/item/clothing/head/hooded/dinojammies | ||
|
||
/obj/item/clothing/head/hooded/dinojammies | ||
desc = "A dinosaur head hood." | ||
icon = 'monkestation/icons/obj/clothing/hats.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/head.dmi' | ||
icon_state = "dinojammies_hood" | ||
worn_icon_state = "dinojammies_hood" | ||
flags_inv = HIDEHAIR | ||
|
||
/obj/item/clothing/suit/hooded/gorilla | ||
name = "gorilla costume" | ||
desc = "Ooga!" | ||
icon = 'monkestation/icons/obj/clothing/suits.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/suit.dmi' | ||
icon_state = "gorilla" | ||
worn_icon_state = "gorilla" | ||
hoodtype = /obj/item/clothing/head/hooded/gorilla | ||
alternative_screams = list('sound/creatures/gorilla.ogg') | ||
|
||
/obj/item/clothing/head/hooded/gorilla | ||
desc = "A gorilla costume hood." | ||
icon = 'monkestation/icons/obj/clothing/hats.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/head.dmi' | ||
icon_state = "gorilla" | ||
worn_icon_state = "gorilla" | ||
flags_inv = HIDEHAIR|HIDEFACE|HIDEFACIALHAIR|HIDESNOUT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/datum/job/candysalesman | ||
title = JOB_SPOOKTOBER_CANDYSALESMAN | ||
description = "Sell candy to the crew. Get high on your own supply. Subject people to unsafe working conditions." | ||
faction = FACTION_STATION | ||
total_positions = 1 | ||
spawn_positions = 0 | ||
supervisors = JOB_HEAD_OF_PERSONNEL | ||
exp_granted_type = EXP_TYPE_CREW | ||
|
||
outfit = /datum/outfit/job/candysalesman | ||
plasmaman_outfit = /datum/outfit/plasmaman | ||
|
||
paycheck = PAYCHECK_LOWER | ||
paycheck_department = ACCOUNT_CIV | ||
|
||
display_order = JOB_DISPLAY_ORDER_ASSISTANT | ||
|
||
departments_list = list( | ||
/datum/job_department/spooktober, | ||
) | ||
|
||
family_heirlooms = list(/obj/item/cane) | ||
|
||
mail_goodies = list( | ||
/obj/item/storage/spooky | ||
) | ||
|
||
rpg_title = "Purveyor of Sweets" | ||
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN | JOB_SPOOKTOBER | ||
|
||
/datum/outfit/job/candysalesman | ||
name = "Candy Salesman" | ||
jobtype = /datum/job/candysalesman | ||
|
||
head = /obj/item/clothing/head/wonka | ||
uniform = /obj/item/clothing/under/wonka | ||
id_trim = /datum/id_trim/job/assistant | ||
belt = /obj/item/modular_computer/pda/assistant | ||
|
||
backpack_contents = list( | ||
/obj/item/cane, | ||
/obj/item/storage/pill_bottle/maintenance_pill/full, | ||
/obj/item/storage/spooky, | ||
/obj/item/storage/spooky, | ||
/obj/item/storage/spooky | ||
) |
Oops, something went wrong.