[Tweak] Change sleep icon to syndie pyjama's hat (#15353)

Change sleep and wake actions icons to syndie pyjama's hat (which is more logical than just an egg)
This commit is contained in:
mhamster
2023-04-13 01:26:06 +07:00
committed by GitHub
parent 94ea61defa
commit 53b0996df2

View File

@@ -129,13 +129,13 @@
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