-You can buy shield generators from cargo. Teleporter access required.

-Small update on emitter.
-Updated changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5424 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-12-30 11:06:53 +00:00
parent a04eb3f275
commit 2bd3025fe1
3 changed files with 20 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
/obj/machinery/power/emitter/attack_hand(mob/user as mob)
src.add_fingerprint(user)
if(state == 2)
if(!powernet && !connect_to_network())
if(!powernet)
user << "The emitter isn't connected to a wire."
return 1
if(!src.locked)