mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Total Reassembly
This commit is contained in:
@@ -117,8 +117,7 @@
|
||||
/obj/item/organ/external/emp_act(severity)
|
||||
for(var/obj/O as anything in src.contents)
|
||||
O.emp_act(severity)
|
||||
|
||||
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
|
||||
var/burn_damage = 0
|
||||
for(var/i = 1; i <= robotic; i++)
|
||||
|
||||
Reference in New Issue
Block a user