mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
- Operation permision now can be set for all mechs, including combat models.
- Added Durand parts and Durand construction (currently using Gygax part sprites) - Other mecha tweaks. - Fixed smelter not showing sand as smeltable material. - Cyborg gibbing inside recharge station should now update its icon and power consumption. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1288 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
src.camera.status = 0.0
|
||||
|
||||
if(src.in_contents_of(/obj/machinery/recharge_station))//exit the recharge station
|
||||
var/obj/machinery/recharge_station/RC = src.loc
|
||||
RC.go_out()
|
||||
|
||||
if(src.blind)
|
||||
src.blind.layer = 0
|
||||
src.sight |= SEE_TURFS
|
||||
|
||||
Reference in New Issue
Block a user