Removed hard-coded ~zod (#13)

This commit is contained in:
iko 2023-08-24 17:05:31 +03:00 committed by GitHub
parent 1086ce8d95
commit 477ac1fef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ update inp msg model =
NeedsActivation ->
let
( eventId, reqs ) =
[ Poke { ship = "~zod", agent = "hood", mark = "helm-hi", noun = C.cord "Opening airlock!" } ]
[ Poke { ship = "", agent = "hood", mark = "helm-hi", noun = C.cord "Opening airlock!" } ]
|> tag model.eventId
in
( { model | eventId = eventId }