mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 20:22:38 +01:00
Fixes 'resource depleted' error for emagged drones.
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
dat += tools
|
||||
|
||||
if (emagged)
|
||||
if (module.emag)
|
||||
if (!module.emag)
|
||||
dat += text("<B>Resource depleted</B><BR>")
|
||||
else if(activated(module.emag))
|
||||
dat += text("[module.emag]: <B>Activated</B><BR>")
|
||||
|
||||
Reference in New Issue
Block a user