mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
Added gimmick clothing: Soviet uniforms and ushankas. Sprites by Deuryn.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@421 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -324,4 +324,14 @@ DEATH COMMANDO GAS MASK
|
||||
var/state = "disabled"
|
||||
if(src.flags&NOSLIP)
|
||||
state = "enabled"
|
||||
usr << "Its mag-pulse traction system appears to be [state]."
|
||||
usr << "Its mag-pulse traction system appears to be [state]."
|
||||
|
||||
/obj/item/clothing/head/ushanka/attack_self(mob/user as mob)
|
||||
if(src.icon_state == "ushankadown")
|
||||
src.icon_state = "ushankaup"
|
||||
src.item_state = "ushankaup"
|
||||
user << "You raise the ear flaps on the ushanka."
|
||||
else
|
||||
src.icon_state = "ushankadown"
|
||||
src.item_state = "ushankadown"
|
||||
user << "You lower the ear flaps on the ushanka."
|
||||
Reference in New Issue
Block a user