Posts: 178
Threads: 32
Joined: Dec 2014
BYOND Username: DrChef
07-16-2016, 11:47 PM
(This post was last modified: 07-22-2016, 09:36 PM by Hulk Hogan. Edited 3 times in total.)
Have you ever wanted to play as a clown and not worry about tripping over your own shoes? Well look no further. These tactical clown shoes will allow you to walk over any slippery surface and the best part is that you wont trip over you're own shoes.
They currently cost 2 telecrystals, but you can modify the cost to anything you want.
What I modified were syndicate_buylist.dm and shoes.dm
Code:
/datum/syndicate_buylist/traitor/tacticalclownshoes
name = "Tactical Nonslip Clown Shoes"
item = /obj/item/clothing/shoes/traitor_clown_shoes
cost = 2
desc = "A pair of nonslip shoes. All the squeak with zero slipping. A must for clowns that fall over."
job = list("Clown")
and
Code:
/obj/item/clothing/shoes/traitor_clown_shoes
name = "clown shoes"
desc = "Damn, thems some big shoes. Wait a minute... they're nonslip shoes."
icon_state = "clown"
item_state = "clown_shoes"
step_sound = "clownstep"
module_research = list("audio" = 5)
c_flags = NOSLIP
https://github.com/goonstation/goonstati...clownshoes
Play-tested with no errors or warnings.
Posts: 961
Threads: 55
Joined: Aug 2015
Neato idea, but the clown will have to remember a dose of mutadone lest his own innate clumsiness make him slip anyway!
Perhaps make the desc text less obvious, like "Damn, thems some big high-grip shoes."
I only suggest the different desc text since the sleepy pen says "A normal pen with a sharp point."
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
But do they count as clown clothes for the clown car?
Posts: 770
Threads: 157
Joined: Jul 2015
BYOND Username: ErikHanson
I'd suggest adding these as a subtype of clown shoes, instead of a new path.
Posts: 684
Threads: 56
Joined: May 2014
(07-17-2016, 09:29 AM)ErikHanson Wrote: I'd suggest adding these as a subtype of clown shoes, instead of a new path.
This. If you add them as a subset of clown shoes, clowns can drive the clown car while wearing them and won't slip due to clownishness in them.
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
(07-17-2016, 09:29 AM)ErikHanson Wrote: I'd suggest adding these as a subtype of clown shoes, instead of a new path.
It would probably be easier to do it that way, yeah.
Just change this one line of code after doing that:
https://github.com/goonstation/goonstati...rf.dm#L793
Posts: 178
Threads: 32
Joined: Dec 2014
BYOND Username: DrChef
07-17-2016, 01:11 PM
(This post was last modified: 07-17-2016, 01:48 PM by Hulk Hogan. Edited 3 times in total.)
I'll change the subtype of the shoes and make other edits.
Okay, almost done. I just need to edit the description.
Edit: Done.
Posts: 2,042
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
The link you sent is for your copy of the code. As in, it has all of the plant patch stuff.
Posts: 577
Threads: 72
Joined: Dec 2013
BYOND Username: Erev
Non-slip clown shoes? That's kinda disappointing. Hasn't this been voted down multiple times before in the ideas section?
Posts: 2,042
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
(07-17-2016, 11:15 PM)Erev Wrote: Non-slip clown shoes? That's kinda disappointing. Hasn't this been voted down multiple times before in the ideas section?
Mostly positive.
http://forum.ss13.co/showthread.php?tid=4092
http://forum.ss13.co/showthread.php?tid=6592
Posts: 577
Threads: 72
Joined: Dec 2013
BYOND Username: Erev
Ah, guess I'm wrong then. Fair enough. I do like this whole community patch thing but do sometimes worry it could be used to backdoor pet ideas while bypassing discussion (not the case here).
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
(07-18-2016, 07:48 AM)Erev Wrote: Ah, guess I'm wrong then. Fair enough. I do like this whole community patch thing but do sometimes worry it could be used to backdoor pet ideas while bypassing discussion (not the case here).
It's still subject to discussion in the actual patch threads, and a patch still has to be approved by a coder and manually implemented by said coder.
Posts: 577
Threads: 72
Joined: Dec 2013
BYOND Username: Erev
Yes, but I'm pretty certain people don't check it like the ideas subforum. Plus it sounds like stuff is set in stone/you'll piss off or have wasted the coders time. I think that mechanics based changes should go through the ideas forum before a coder tackles them.
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
Idea: bundle this with a clown mask that accepts internals.
Posts: 1,538
Threads: 70
Joined: Aug 2015
Tacticlown
I support this and Noah's idea