Files
S.P.L.U.R.T-Station-13/modular_sand/code/modules/client/loadout/hands.dm
SandPoot 45580ae0e2 unused
2022-03-04 13:33:32 -03:00

18 lines
556 B
Plaintext

/datum/gear/hands/handmirror
name = "Hand mirror"
description = "Used for looking at your own pretty face."
path = /obj/item/handmirror
cost = 1
/datum/gear/hands/razor
name = "Electric razor"
description = "For styling people's (or your own when next to a mirror) hair and beard."
path = /obj/item/razor
cost = 2
/datum/gear/hands/straightrazor
name = "Straight razor"
description = "Everything the electric razor does plus getting executed by security for slitting someone's throat with this."
path = /obj/item/razor/straightrazor
cost = 8