]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Tweak] Change sleep icon to syndie pyjama's hat (#15353)
authormhamster <81412348+mhamsterr@users.noreply.github.com>
Wed, 12 Apr 2023 18:26:06 +0000 (01:26 +0700)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 18:26:06 +0000 (12:26 -0600)
Change sleep and wake actions icons to syndie pyjama's hat (which is more logical than just an egg)

Resources/Prototypes/Actions/types.yml

index 0a31a73e41794d7e914487f293ecfcc2833f50da..5d5e7c2bd59a86c1deb043dd417f6633f6188519 100644 (file)
   name: action-name-sleep
   description: action-desc-sleep
   checkCanInteract: false
-  icon: { sprite: Objects/Consumable/Food/egg.rsi, state: icon }
+  icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon }
   event: !type:SleepActionEvent
 
 - type: instantAction
   id: Wake
   name: action-name-wake
   description: action-desc-wake
-  icon: { sprite: Objects/Consumable/Food/egg.rsi, state: icon }
+  icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon }
   checkCanInteract: false
   event: !type:WakeActionEvent