Start to add mountable objects

This commit is contained in:
2022-06-23 16:07:58 +01:00
parent 85406d06c1
commit e3d5c4eb4b
6 changed files with 31 additions and 11 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ defaultDoor = Door
, _drHP = 10000
, _drDeath = const id
, _drSpeed = 1
, _drSupport = SupportsItself
, _drPushedBy = PushesItself
, _drPushes = Nothing
, _drMounts = mempty
}