[FEATURE] Two traits and a mutation - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Patches (https://forum.ss13.co/forumdisplay.php?fid=30) +---- Forum: Implemented (https://forum.ss13.co/forumdisplay.php?fid=31) +---- Thread: [FEATURE] Two traits and a mutation (/showthread.php?tid=9069) |
[FEATURE] Two traits and a mutation - LuigiThirty - 07-15-2017 I was bored waiting for my Mac to update so I went through the Traits thread and added a couple. Trait: Pawn Star: Start with a bonus of 25% of your starting wage instead of a trinket. Trait: Scared Shitless: When you scream, you fart. Mutation: Frontal Gyrus Alteration Type-BT: Words you say are replaced by "butt" at random. https://github.com/goonstation/goonstation-2016/compare/goonstation-2016-byond510...Luigi30:traits?expand=1 Tested on a local server, all three are functional. RE: [FEATURE] Two traits and a mutation - NateTheSquid - 07-15-2017 yes yes and yes RE: [FEATURE] Two traits and a mutation - ZeWaka - 07-16-2017 pretty good except pawn star needs to be re-arranged RE: [FEATURE] Two traits and a mutation - LuigiThirty - 07-16-2017 What do you need with Pawn Star? e: oh, I left the wrong title there. RE: [FEATURE] Two traits and a mutation - Sov - 07-16-2017 Since one of those traits was mine I support this idea RE: [FEATURE] Two traits and a mutation - Lady Birb - 07-16-2017 Since the mutation was mine I support this patch. RE: [FEATURE] Two traits and a mutation - warcrimes - 07-16-2017 I support this because the trinket trait is a -1 trinkets are people too RE: [FEATURE] Two traits and a mutation - LuigiThirty - 07-16-2017 Fixed and added a couple trait interactions - Smokers start with a Zippo lighter trinket - Apiarists start with Apidae Metabolism (puke up honey) - NT Loyalists can't start the round as Revolutionaries - Pawn Star is now named Pawn Star https://github.com/goonstation/goonstation-2016/compare/goonstation-2016-byond510...Luigi30:traits RE: [FEATURE] Two traits and a mutation - Sov - 07-17-2017 Scared shitless should probably check to see if you lost / don't have a butt like the fart emote does Code: if ((src.traitHolder && src.traitHolder.hasTrait("scaredshitless")) && ((src.organHolder && !src.organHolder.butt))) RE: [FEATURE] Two traits and a mutation - LuigiThirty - 07-17-2017 emote(“fart”) is doing all that for me when I call it, no? RE: [FEATURE] Two traits and a mutation - Sov - 07-17-2017 (07-17-2017, 03:02 PM)LuigiThirty Wrote: emote(“fart”) is doing all that for me when I call it, no? Oh I suppose it does, disregard me RE: [FEATURE] Two traits and a mutation - ZeWaka - 07-17-2017 I don't see how part of this would even compile, but got it working and made icons for the two new traits. |