mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Fixes 'resource depleted' error for emagged drones.
This commit is contained in:
@@ -244,7 +244,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