[MIRROR] Ports Rapid Cable Layers from /vg/ and paradise (#2162)
* Ports Rapid Cable Layers from /vg/ and paradise * rej clean up + manual sync * maps and .rej file cleanup * sprite and WGW memes * actual spellchecked memes * some other map fix memes * fuck it, let's just hard sync maps * dumb paperwork shit for maps * Revert "dumb paperwork shit for maps" This reverts commit 8e70bbec0f407c334cd81f5b92aafdb90544ca9d. * *autistic screeching* * REEEEEEEEEEEEEEEEEEEEE * Fuck off I want to do something else
This commit is contained in:
committed by
Poojawa
parent
76f7fcef9a
commit
8a4ddbe8a8
@@ -1,15 +0,0 @@
|
||||
diff a/code/modules/modular_computers/computers/item/tablet.dm b/code/modules/modular_computers/computers/item/tablet.dm (rejected hunks)
|
||||
@@ -12,3 +13,12 @@
|
||||
slot_flags = SLOT_ID | SLOT_BELT
|
||||
has_light = TRUE //LED flashlight!
|
||||
comp_light_luminosity = 2.3 //Same as the PDA
|
||||
+ var/finish_color = null
|
||||
+
|
||||
+/obj/item/device/modular_computer/tablet/update_icon()
|
||||
+ ..()
|
||||
+ if(!finish_color)
|
||||
+ finish_color = pick("red","blue","brown","green","black")
|
||||
+ icon_state = "tablet-[finish_color]"
|
||||
+ icon_state_unpowered = "tablet-[finish_color]"
|
||||
+ icon_state_powered = "tablet-[finish_color]"
|
||||
\ No newline at end of file
|
||||
Reference in New Issue
Block a user