This commit is contained in:
kevinz000
2017-08-29 09:41:11 -07:00
parent 3a015fc2f0
commit 301a581e64
13 changed files with 2388 additions and 2374 deletions
+2 -2
View File
@@ -137,8 +137,8 @@
new mineral(loc)
qdel(src)
/obj/structure/falsewall/storage_contents_dump_act(obj/item/storage/src_object, mob/user)
return 0
/obj/structure/falsewall/get_dumping_location(obj/item/storage/source,mob/user)
return null
/obj/structure/falsewall/examine_status(mob/user) //So you can't detect falsewalls by examine.
return null
+2 -2
View File
@@ -226,8 +226,8 @@
C.powernet.load += C.powernet.avail * 0.0375 // you can gain up to 3.5 via the 4x upgrades power is halved by the pole so thats 2x then 1X then .5X for 3.5x the 3 bounces shock.
return ..()
/obj/structure/grille/storage_contents_dump_act(obj/item/storage/src_object, mob/user)
return 0
/obj/structure/grille/get_dumping_location(obj/item/storage/source,mob/user)
return null
/obj/structure/grille/broken // Pre-broken grilles for map placement
icon_state = "brokengrille"