mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00: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