* dme and dmb

* Heeeere we gooo

* fasease

* Continued.

* AAAAAAAAAAAAAAAAAAAAAAAA

* Brain going numb

* agh

* The suffering will be worth it... right?

* Going blank...

* Am I done?

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* Fixes

* Should be everything I care about right now.
This commit is contained in:
Zandario
2022-05-26 01:37:55 -07:00
committed by GitHub
parent 7152e7ff2a
commit 5a7f357b85
383 changed files with 986 additions and 2585 deletions
@@ -25,14 +25,12 @@
if(!istype(loc, /turf/))
to_chat(usr, "\The [src] has to be on a stable surface first!")
return
//VOREStation Addition Begin
var/supported = FALSE
for(var/obj/structure/table/S in loc)
supported = TRUE
if(!supported && !anchored)
to_chat(usr, "You will need a better supporting surface before opening \the [src]!")
return
//VOREStation Addition End
anchored = !anchored
screen_on = anchored
update_icon()
@@ -47,7 +47,6 @@
battery_module = new/obj/item/computer_hardware/battery_module/super(src)
battery_module.charge_to_full()
//VOREStation Add Start
/obj/item/modular_computer/laptop/preset/custom_loadout/rugged
name = "rugged laptop computer"
desc = "A rugged portable computer."
@@ -65,4 +64,3 @@
card_slot = new/obj/item/computer_hardware/card_slot(src)
battery_module = new/obj/item/computer_hardware/battery_module/super(src)
battery_module.charge_to_full()
//VOREStation Add End