mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Fixes a whole bunch of bugs. (#7984)
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
if(!istype(target))
|
||||
return 0
|
||||
|
||||
if(status & ORGAN_CUT_AWAY)
|
||||
return 0 //organs don't work very well in the body when they aren't properly attached
|
||||
|
||||
// robotic organs emulate behavior of the equivalent flesh organ of the species
|
||||
if(BP_IS_ROBOTIC(src) || !species)
|
||||
species = target.species
|
||||
|
||||
Reference in New Issue
Block a user