borgs don't dance (#18179)

This commit is contained in:
Will
2025-08-06 21:16:32 -04:00
committed by GitHub
parent b4374afc62
commit e567361508
2 changed files with 14 additions and 0 deletions
@@ -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