Allow separate overlays file for modular computers

This commit is contained in:
ShadowLarkens
2020-09-24 17:56:31 -07:00
parent fa4a942faf
commit 85afafbcc6
2 changed files with 8 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
// If you create a program which is limited to Laptops and Consoles you don't have to add it's icon_state overlay for Tablets too, for example.
icon = null // This thing isn't meant to be used on it's own. Subtypes should supply their own icon.
var/overlay_icon = null // Icon file used for overlays
icon_state = null
center_of_mass = null // No pixelshifting by placing on tables, etc.
randpixel = 0 // And no random pixelshifting on-creation either.