소스 검색

Add danger types

main
Noëlle 1 년 전
부모
커밋
6cc9941628
No known key found for this signature in database
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      swjg.py

+ 3
- 2
swjg.py 파일 보기

@@ -48,6 +48,9 @@ class Destination(NamedTuple):
sector: str | None


# Class definitions


class Mission:
output_destination_template = Template("to $world in the $system system")
output_sector_template = Template(", part of the $sector,")
@@ -191,8 +194,6 @@ class GroupMission(Mission):


# the function that does the thing


def main():
import random


Loading…
취소
저장