Merge pull request #9549 from atlantiscze/bright-solution

Refactor floodlights
This commit is contained in:
Zuhayr
2015-05-30 02:11:10 +09:30
11 changed files with 103 additions and 68 deletions

View File

@@ -733,7 +733,7 @@
if(opened && !wiresexposed && (!istype(user, /mob/living/silicon)))
var/datum/robot_component/cell_component = components["power cell"]
if(cell)
cell.updateicon()
cell.update_icon()
cell.add_fingerprint(user)
user.put_in_active_hand(cell)
user << "You remove \the [cell]."