mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 19:27:08 +01:00
CitadelRP (#4108)
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user