-
Notifications
You must be signed in to change notification settings - Fork 548
Insulted gloves that call you names and insult you when you get shocked. #36963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
12217a7
3a7c334
24763ec
bab0baa
0a2e61f
e76c441
c922b81
0b1d1de
f9bc7df
17b387e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -331,6 +331,9 @@ var/global/powernets_broke = 0 | |
if(H.gloves) | ||
var/obj/item/clothing/gloves/G = H.gloves | ||
|
||
if(G.name == "insulted gloves") | ||
|
||
G.say(pick("Hah, dumbass", "Get fucked idiot", "You moron, what did you expect?", "Next time try the other yellow gloves, numbskull.")) | ||
|
||
if(G.siemens_coefficient == 0) // to avoid spamming with insulated glvoes on | ||
return 0 | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.