This commit is contained in:
Rane
2022-07-27 00:46:24 -04:00
committed by GitHub
parent 963ddd507b
commit 1c8bdaf7c4
53 changed files with 698 additions and 36 deletions

View File

@@ -77,3 +77,19 @@
icon: Objects/Consumable/Food/egg.rsi/icon.png
useDelay: 60
serverEvent: !type:EggLayInstantActionEvent
- type: instantAction
id: Sleep
name: action-name-sleep
description: action-desc-sleep
checkCanInteract: false
icon: Objects/Consumable/Food/egg.rsi/icon.png
event: !type:SleepActionEvent
- type: instantAction
id: Wake
name: action-name-wake
description: action-desc-wake
icon: Objects/Consumable/Food/egg.rsi/icon.png
checkCanInteract: false
event: !type:WakeActionEvent