Science Borg Buff (#9238)

Reconnecting as a borg will now display you with the correct module on your HUD.
    Being reset by an admin as a borg will now show you the right 'nomod' module on your HUD.
    Scientific grippers can now grip enough stuff to be able to build mechs.
    Science borgs now get cable coils, an experimental welding tool, and wirecutters.
    Science borgs now get a fancy new module sprite, sprited by myself, with love.
This commit is contained in:
Geeves
2020-07-02 20:19:40 +02:00
committed by GitHub
parent ca0620578f
commit 2ad755b3f3
6 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ proc/get_ghosts(var/notify = 0,var/what = 2, var/client/C = null)
R.uneq_all()
R.mod_type = initial(R.mod_type)
R.hands.icon_state = initial(R.hands.icon_state)
R.hands.icon_state = "nomod"
R.module.Reset(R)
QDEL_NULL(R.module)