mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
TG: (Does not actually remove borg tasers) Secborgs no longer have a taser, but are now as fast as humans and are
unpushable. This is just a test so don't go crazy. It (probably) won't be permanent. Nuke teleporter board now costs ten crystals. Revision: r3271 Author: kortgstation
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
if (sprite == "Non-Humanoid")
|
||||
src.icon_state = "bloodhound"
|
||||
modtype = "Sec"
|
||||
//speed = -1 Secborgs have nerfed tasers now, so the speed boost is not necessary
|
||||
channels = list("Security" = 1)
|
||||
//feedback_inc("cyborg_security",1)
|
||||
|
||||
|
||||
@@ -5,3 +5,11 @@
|
||||
if(J.allow_thrust(0.01)) return 1
|
||||
if(..()) return 1
|
||||
return 0
|
||||
|
||||
//No longer needed, but I'll leave it here incase we plan to re-use it.
|
||||
/mob/living/silicon/robot/movement_delay()
|
||||
var/tally = 0 //Incase I need to add stuff other than "speed" later
|
||||
|
||||
tally = speed
|
||||
|
||||
return tally
|
||||
|
||||
Reference in New Issue
Block a user