Merge pull request #2154 from Citadel-Station-13/upstream-merge-29504
[MIRROR] Alcohol Bottle Resprite
This commit is contained in:
15
code/modules/modular_computers/computers/item/tablet.dm.rej
Normal file
15
code/modules/modular_computers/computers/item/tablet.dm.rej
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 67 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 59 KiB |
Reference in New Issue
Block a user