Replace roundstart PDA (2010) with PDA (2021) SECOND TRY BABYYY (#15243)

* Replace roundstart PDA (2010) with PDA (2021)

* adds NTOS PDAing

* fix signal, set phone/tablet presets

* satisfy linter

* dont require ntnet and gen code correctly

* keep donor pdas

* fix stuff, mostly donor stuff

* update line num

* gen code correct

* fix donor, uplink signal, self history

* sets username to real name on spawn

* h -> living_mob

* update plasmaman & update donor with new sprites

* adds pda bombing to ntos

* add pens to NT tablets

* Update NtosBomberMan.js

* Update tablet.dm

* Update tablet.dm
This commit is contained in:
ynot01
2022-08-29 08:53:59 -04:00
committed by GitHub
parent de26c355b9
commit f0b0481c21
55 changed files with 898 additions and 121 deletions

View File

@@ -53,6 +53,13 @@
..()
store_file(new/datum/computer_file/program/ntnet_dos(src))
/obj/item/computer_hardware/hard_drive/portable/syndicate/bomberman/install_default_programs()
..()
var/datum/computer_file/program/bomberman/B = new /datum/computer_file/program/bomberman(src)
var/datum/bombcode/C = new /datum/bombcode
B.bombcode = C.code
store_file(B)
//////////////
//Trap Disks//
//////////////