Files
c8082e1009 Compliance with standards (#134)
* enjoy

* Update shuttles.dm

sowwy

Co-authored-by: Maksxpl <18237380+maksxpl@users.noreply.github.com>
2021-01-19 12:44:08 -03:00

13 lines
390 B
Plaintext

/datum/keybinding/carbon/showoff
hotkey_keys = list("Unbound")
name = "showoff"
full_name = "Show your held item"
description = "Show your held item, people close to you can examine it, \
if you're not holding anything, you'll show your arm."
category = CATEGORY_CARBON
/datum/keybinding/carbon/showoff/down(client/user)
var/mob/living/carbon/L = user.mob
L.showoff()
return TRUE