mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Update SIT spawn prompt (#27968)
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ GLOBAL_VAR_INIT(sent_syndicate_infiltration_team, 0)
|
||||
if(!input)
|
||||
alert("No mission specified. Aborting.")
|
||||
return
|
||||
var/tctext = input(src, "How much TC do you want to give each team member? Suggested: 20-30. They cannot trade TC.") as num
|
||||
var/tctext = input(src, "How much TC do you want to give each team member? Suggested: 100-150.") as num
|
||||
var/tcamount = text2num(tctext)
|
||||
tcamount = clamp(tcamount, 0, 1000)
|
||||
if(GLOB.sent_syndicate_infiltration_team == 1)
|
||||
|
||||
Reference in New Issue
Block a user