mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
Shadekin and Xenochimera variable refactor (#17651)
* gets rid of xenochimera brain var * whoops * shadekin too ye https://i.imgur.com/lNI2AiG.png * organize * simplekin too * yuh * Refactors xenochimera progress: https://i.imgur.com/ssQbRKS.png https://i.imgur.com/ySBxm0M.png https://i.imgur.com/3FWPVuP.png * Update xenochimera.dm * Update examine_vr.dm * Update xenochimera.dm * Update xenochimera.dm
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
shadekin.dir = SOUTH
|
||||
shadekin.ability_flags |= 0x1
|
||||
shadekin.phase_shift() //Homf
|
||||
shadekin.energy = initial(shadekin.energy)
|
||||
shadekin.comp.dark_energy = initial(shadekin.comp.dark_energy)
|
||||
//For fun
|
||||
sleep(1 SECOND)
|
||||
shadekin.dir = WEST
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
shadekin.dir = SOUTH
|
||||
shadekin.ability_flags |= 0x1
|
||||
shadekin.phase_shift() //Homf
|
||||
shadekin.energy = initial(shadekin.energy)
|
||||
shadekin.comp.dark_energy = initial(shadekin.comp.dark_energy)
|
||||
//For fun
|
||||
sleep(1 SECOND)
|
||||
shadekin.dir = WEST
|
||||
|
||||
Reference in New Issue
Block a user