mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #1718 from ThatOneGuy42/master
Fixes an indention issue
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
I.name = "[M.real_name]'s Odysseus Specialist ID Card ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
|
I.name = "[M.real_name]'s Odysseus Specialist ID Card ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
|
||||||
I.access += list(ACCESS_ROBOTICS) //Station-based mecha pilots need this to access the recharge bay.
|
I.access += list(ACCESS_ROBOTICS) //Station-based mecha pilots need this to access the recharge bay.
|
||||||
else if(M.ckey == "roaper" && M.real_name == "Ian Colm") //This is a Technician ID
|
else if(M.ckey == "roaper" && M.real_name == "Ian Colm") //This is a Technician ID
|
||||||
I.name = "[M.real_name]'s Technician ID ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
|
I.name = "[M.real_name]'s Technician ID ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
|
||||||
|
|
||||||
//replace old ID
|
//replace old ID
|
||||||
del(C)
|
del(C)
|
||||||
|
|||||||
Reference in New Issue
Block a user