mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
borgs don't dance (#18179)
This commit is contained in:
@@ -83,3 +83,10 @@ below 100 is not dizzy
|
||||
if(!DC)
|
||||
return 0
|
||||
return max(DC.dizziness,0)
|
||||
|
||||
// Disabled on borgs
|
||||
/mob/living/silicon/make_dizzy(var/amount)
|
||||
return
|
||||
|
||||
/mob/living/silicon/get_dizzy()
|
||||
return 0
|
||||
|
||||
@@ -84,3 +84,10 @@ below 100 is not jittery
|
||||
if(!JC)
|
||||
return 0
|
||||
return max(JC.jitteriness,0)
|
||||
|
||||
// Disabled on borgs
|
||||
/mob/living/silicon/make_jittery(var/amount)
|
||||
return
|
||||
|
||||
/mob/living/silicon/get_jittery()
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user