mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Makes robotic limbs all equally weak (#11206)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
302d18238a
commit
88b7db2bef
@@ -132,7 +132,6 @@
|
|||||||
if(!(robotic >= ORGAN_ROBOT) || robotic == ORGAN_NANOFORM) //CHOMPEdit - Proteans handle EMP's differently
|
if(!(robotic >= ORGAN_ROBOT) || robotic == ORGAN_NANOFORM) //CHOMPEdit - Proteans handle EMP's differently
|
||||||
return
|
return
|
||||||
var/burn_damage = 0
|
var/burn_damage = 0
|
||||||
for(var/i = 1; i <= robotic; i++)
|
|
||||||
switch (severity)
|
switch (severity)
|
||||||
if (1)
|
if (1)
|
||||||
burn_damage += rand(5, 8)
|
burn_damage += rand(5, 8)
|
||||||
|
|||||||
Reference in New Issue
Block a user