mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 00:36:45 +01:00
@@ -13,7 +13,7 @@
|
||||
light_strength = 3
|
||||
max_damage = 200
|
||||
broken_damage = 100
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
var/icon_state_closed = "laptop-closed"
|
||||
|
||||
/obj/item/modular_computer/laptop/AltClick(mob/living/carbon/user)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
icon_state_menu = "menu"
|
||||
hardware_flag = PROGRAM_TABLET
|
||||
max_hardware_size = 1
|
||||
w_class = ITEMSIZE_SMALL
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
light_strength = 2 // Same as PDAs
|
||||
|
||||
/obj/item/modular_computer/tablet/lease
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
light_strength = 4
|
||||
max_damage = 300
|
||||
broken_damage = 150
|
||||
w_class = ITEMSIZE_HUGE
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
|
||||
/obj/item/modular_computer/telescreen/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
to_chat(user, "Hardware Integrity Test... (Corruption: [damage]/[max_damage]) [damage > damage_failure ? "FAIL" : damage > damage_malfunction ? "WARN" : "PASS"]")
|
||||
|
||||
/obj/item/computer_hardware/Initialize(mapload)
|
||||
w_class = hardware_size
|
||||
set_weight_class(hardware_size)
|
||||
if(istype(loc, /obj/item/modular_computer))
|
||||
holder2 = loc
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user