mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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//
|
||||
//////////////
|
||||
|
||||
Reference in New Issue
Block a user