Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,9 @@
"Leviathanian Membrane - No Terrain Slowdown",
"Nerve Staple - No Mood",
"Nightmare Ward - No Sleep and Anti-Scrying",
"Serpentine Glands - Thermal Vision and Venom")
//only four options
enhancements = shuffle(enhancements)
enhancements.Cut(4, 0)
enhancements += "Disguise Kit - Deceiving Meekness" //Always give this option
"Serpentine Glands - Thermal Vision and Venom",
"Disguise Kit - Deceiving Meekness")

var/enhancement_choice = browser_input_list(spawned, "CHOOSE YOUR ENHANCEMENT.", "IN THE NAME OF PSYDON.", enhancements)

switch(enhancement_choice)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,9 @@
"Leviathanian Membrane - No Terrain Slowdown",
"Nerve Staple - No Mood",
"Nightmare Ward - No Sleep and Anti-Scrying",
"Serpentine Glands - Thermal Vision and Venom")
//only four options
enhancements = shuffle(enhancements)
enhancements.Cut(4, 0)
enhancements += "Disguise Kit - Deceiving Meekness" //Always give this option
"Serpentine Glands - Thermal Vision and Venom",
"Disguise Kit - Deceiving Meekness")

var/enhancement_choice = browser_input_list(spawned, "CHOOSE YOUR ENHANCEMENT.", "IN THE NAME OF PSYDON.", enhancements)

switch(enhancement_choice)
Expand Down
7 changes: 2 additions & 5 deletions code/modules/jobs/job_types/inquistion/puritian/inspector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,8 @@
"Leviathanian Membrane - No Terrain Slowdown",
"Nerve Staple - No Mood",
"Nightmare Ward - No Sleep and Anti-Scrying",
"Serpentine Glands - Thermal Vision and Venom")
//only four options
enhancements = shuffle(enhancements)
enhancements.Cut(4, 0)
enhancements += "Disguise Kit - Deceiving Meekness" //Always give this option
"Serpentine Glands - Thermal Vision and Venom",
"Disguise Kit - Deceiving Meekness")
var/enhancement_choice = browser_input_list(spawned, "CHOOSE YOUR ENHANCEMENT.", "IN THE NAME OF PSYDON.", enhancements)

switch(enhancement_choice)
Expand Down
Loading