mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Cleans up the code some
This commit is contained in:
@@ -290,9 +290,8 @@ var/list/robot_verbs_default = list(
|
||||
if(N.kickoff)
|
||||
modules = list("Nations")
|
||||
if(mmi != null && mmi.alien)
|
||||
modtype = "Hunter"
|
||||
else
|
||||
modtype = input("Please, select a module!", "Robot", null, null) as null|anything in modules
|
||||
modules = list("Hunter")
|
||||
modtype = input("Please, select a module!", "Robot", null, null) as null|anything in modules
|
||||
if(!modtype)
|
||||
return
|
||||
designation = modtype
|
||||
|
||||
Reference in New Issue
Block a user