Skip to content

Commit

Permalink
Removed hard-coded ~zod (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 authored Aug 24, 2023
1 parent 1086ce8 commit 477ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ur/Run.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 477ac1f

Please sign in to comment.