Advertisement
angeldp

activate_threat

Jan 2nd, 2024
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. def activate_threat():
  2.     """
  3.    To Be Developed
  4.  
  5.    Returns
  6.    -------
  7.    None.
  8.  
  9.    """
  10.     threat_dice = randint(1, 6)
  11.     print(f'trigger threats corresponding to the number {threat_dice}')
  12.     pretty_shown_crew([threat_dice])
Tags: DeepSpace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement