Posts: 522
Threads: 80
Joined: May 2017
BYOND Username: Luigi Thirty
07-15-2017, 04:36 PM
(This post was last modified: 07-15-2017, 07:19 PM by LuigiThirty. Edited 1 time in total.)
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/goonstati...s?expand=1
Tested on a local server, all three are functional.
Posts: 2,022
Threads: 68
Joined: Jun 2016
BYOND Username: NateTheSquid
Character Name: Nathan Dunkleman
Posts: 2,041
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
pretty good except pawn star needs to be re-arranged
Posts: 522
Threads: 80
Joined: May 2017
BYOND Username: Luigi Thirty
07-16-2017, 07:06 AM
(This post was last modified: 07-16-2017, 07:07 AM by LuigiThirty. Edited 1 time in total.)
What do you need with Pawn Star?
e: oh, I left the wrong title there.
Posts: 663
Threads: 50
Joined: Jan 2017
BYOND Username: Sovexe
07-16-2017, 07:37 AM
(This post was last modified: 07-16-2017, 07:37 AM by Sov. Edited 1 time in total.)
Since one of those traits was mine I support this idea
Posts: 1,584
Threads: 151
Joined: Jun 2016
BYOND Username: Lady Birb
Character Name: Allie Allison
Since the mutation was mine I support this patch.
Posts: 2,056
Threads: 51
Joined: Jan 2017
BYOND Username: warc
I support this because the trinket trait is a -1
trinkets are people too
Posts: 522
Threads: 80
Joined: May 2017
BYOND Username: Luigi Thirty
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/goonstati...i30:traits
Posts: 663
Threads: 50
Joined: Jan 2017
BYOND Username: Sovexe
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)))
Posts: 522
Threads: 80
Joined: May 2017
BYOND Username: Luigi Thirty
emote(“fart”) is doing all that for me when I call it, no?
Posts: 663
Threads: 50
Joined: Jan 2017
BYOND Username: Sovexe
(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
Posts: 2,041
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
I don't see how part of this would even compile, but got it working and made icons for the two new traits.