Merge pull request #4988 from mwerezak/generator-replacement

Replaces broken generator in eng hard storage
This commit is contained in:
Chinsky
2014-05-14 14:59:24 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ display round(lastgen) and plasmatank amount
//Baseline portable generator. Has all the default handling. Not intended to be used on it's own (since it generates unlimited power).
/obj/machinery/power/port_gen
name = "Portable Generator"
name = "Placeholder Generator" //seriously, don't use this. It can't be anchored without VV magic.
desc = "A portable generator for emergency backup power"
icon = 'icons/obj/power.dmi'
icon_state = "portgen0"