Skip to content

Commit

Permalink
Ceiling lamp fix
Browse files Browse the repository at this point in the history
- Can now be build anywhere without blocking the tile under them.
______________________________________________
- Adding a preview file + ModSync Ninja file
  • Loading branch information
kaptain-kavern committed Dec 4, 2017
1 parent f9e207d commit 04c7fc5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions About/ModSync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ModSyncNinjaData>
<ID>c44b28fb-a2ad-4911-911b-97816b03eecb</ID>
<ModName>As Simple As Rack</ModName>
<Version>0.18.0.1</Version>
<SaveBreaking>false</SaveBreaking>
</ModSyncNinjaData>
Binary file added About/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Defs/ThingDefs/Buildings_lighting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@
<ThingDef ParentName="ASAR_StandingLampBase">
<defName>CeilingLight</defName>
<label>ceiling light</label>
<building>
<isEdifice>false</isEdifice>
</building>
<altitudeLayer>MoteOverhead</altitudeLayer>
<passability>Standable</passability>
<clearBuildingArea>false</clearBuildingArea>
<statBases>
<MaxHitPoints>50</MaxHitPoints>
<WorkToBuild>115</WorkToBuild>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# As Simple As Rack [![Version](https://img.shields.io/badge/Rimworld-B18-green.svg)](https://ludeon.com/forums/index.php?topic=23205)
# As Simple As Rack [![Version](https://img.shields.io/badge/Rimworld-B18-green.svg)](https://ludeon.com/forums/index.php?topic=23205) [![NinjaSync'ed](https://img.shields.io/badge/Ninja-Sync'ed-green.svg)](http://www.modsync.ninja/#one)
<p align="center"><img src="https://i.imgur.com/Z3dKcE3.jpg" /></p>

## Description
Expand Down

0 comments on commit 04c7fc5

Please sign in to comment.