mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/obj/item/paper/carbon
|
||||
name = "paper"
|
||||
icon_state = "paper_stack"
|
||||
item_state = "paper"
|
||||
var/copied = 0
|
||||
var/iscopy = 0
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
|
||||
/obj/machinery/photocopier/faxmachine
|
||||
name = "fax machine"
|
||||
desc = "Because just talking to your coworkers is too efficient."
|
||||
icon = 'icons/obj/library.dmi'
|
||||
icon_state = "fax"
|
||||
insert_anim = "faxsend"
|
||||
var/receive_anim = "faxsend"
|
||||
@@ -21,8 +20,6 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
|
||||
var/long_range_enabled = FALSE
|
||||
req_one_access = list(ACCESS_INTERNAL_AFFAIRS, ACCESS_HEADS, ACCESS_ARMORY)
|
||||
|
||||
idle_power_consumption = 30
|
||||
active_power_consumption = 200
|
||||
|
||||
/// ID card inserted into the machine, used to log in with
|
||||
var/obj/item/card/id/scan = null
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "paper"
|
||||
item_state = "paper"
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_range = 1
|
||||
throw_speed = 1
|
||||
@@ -563,7 +562,6 @@
|
||||
/obj/item/paper/photograph
|
||||
name = "photo"
|
||||
icon_state = "photo"
|
||||
item_state = "paper"
|
||||
|
||||
/obj/item/paper/sop
|
||||
name = "paper- 'Standard Operating Procedure'"
|
||||
@@ -606,7 +604,6 @@
|
||||
|
||||
/obj/item/paper/crumpled/bloody/hacker
|
||||
name = "burned paper scrap"
|
||||
icon_state = "scrap_bloodied"
|
||||
info = "<p style='text-align:center;font-family;font-size:120%;font-weight:bold;'>FINALLY, I DECIPHERED NTS' FAXING NETWO-</p>"
|
||||
|
||||
/obj/item/paper/fortune
|
||||
@@ -700,7 +697,6 @@
|
||||
info = "<b>Objective #1</b>: Destroy the station with a nuclear device."
|
||||
|
||||
/obj/item/paper/syndicate
|
||||
name = "paper"
|
||||
header = "<p><img style='display: block; margin-left: auto; margin-right: auto;' src='syndielogo.png' width='220' height='135' /></p><hr />"
|
||||
info = ""
|
||||
|
||||
@@ -781,7 +777,6 @@
|
||||
* <b>CAUTION:</b> Nanotrasen exploration teams growing in size and are scouring much larger areas than before. They are now operating dangerously close to this installation, requesting additional security."}
|
||||
|
||||
/obj/item/paper/nanotrasen
|
||||
name = "paper"
|
||||
header = "<p><img style='display: block; margin-left: auto; margin-right: auto;' src='ntlogo.png' width='220' height='135' /></p><hr />"
|
||||
info = ""
|
||||
|
||||
@@ -840,7 +835,6 @@
|
||||
7. DRAG the nuclear device to the closest opening to SPACE, and PUSH it away from the station."
|
||||
|
||||
/obj/item/paper/central_command
|
||||
name = "paper"
|
||||
header ="<p><img style='display: block; margin-left: auto; margin-right: auto;' src='ntlogo.png' alt='' width='220' height='135' /></p><hr /><h3 style='text-align: center;font-family: Verdana;'><b> Nanotrasen Central Command</h3><p style='text-align: center;font-family:Verdana;'>Official Expedited Memorandum</p></b><hr />"
|
||||
info = ""
|
||||
footer = "<hr /><p style='font-family:Verdana;'><em>Failure to adhere appropriately to orders that may be contained herein is in violation of Space Law, and punishments may be administered appropriately upon return to Central Command.</em><br /><em>The recipient(s) of this memorandum acknowledge by reading it that they are liable for any and all damages to crew or station that may arise from ignoring suggestions or advice given herein.</em></p>"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "paper"
|
||||
item_state = "paper"
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_range = 2
|
||||
throw_speed = 1
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
icon_state = "paper_bin1"
|
||||
item_state = "sheet-metal"
|
||||
throwforce = 1
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
pressure_resistance = 8
|
||||
var/amount = 30 //How much paper is in the bin.
|
||||
var/list/papers = list() //List of papers put in the bin for reference.
|
||||
|
||||
@@ -4,9 +4,7 @@
|
||||
desc = "Paper, folded in the shape of a plane."
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "paperplane"
|
||||
throw_range = 7
|
||||
throw_speed = 1
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
resistance_flags = FLAMMABLE
|
||||
max_integrity = 50
|
||||
|
||||
@@ -16,10 +16,8 @@
|
||||
icon_state = "pen"
|
||||
item_state = "pen"
|
||||
slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BOTH_EARS
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
materials = list(MAT_METAL=10)
|
||||
var/colour = "black" //what colour the ink is!
|
||||
pressure_resistance = 2
|
||||
@@ -47,7 +45,6 @@
|
||||
|
||||
/obj/item/pen/invisible
|
||||
desc = "It's an invisible pen marker."
|
||||
icon_state = "pen"
|
||||
colour = "white"
|
||||
|
||||
/obj/item/pen/multi
|
||||
@@ -180,7 +177,6 @@
|
||||
desc = "A fancy metal pen. An inscription on one side reads, \"L.L. - L.R.\""
|
||||
icon_state = "fancypen"
|
||||
container_type = (DRAINABLE | TRANSPARENT) //cannot be refilled, but pax can be extracted for use in other items with syringe
|
||||
origin_tech = "engineering=4;syndicate=2"
|
||||
transfer_amount = 25 // 4 Dosages instead of 2
|
||||
|
||||
/obj/item/pen/sleepy/love/Initialize(mapload)
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
*******/
|
||||
/obj/item/camera_film
|
||||
name = "film cartridge"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
desc = "A camera film cartridge. Insert it into a camera to reload it."
|
||||
icon_state = "film"
|
||||
item_state = "electropack"
|
||||
@@ -24,7 +23,6 @@
|
||||
********/
|
||||
/obj/item/photo
|
||||
name = "photo"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "photo"
|
||||
item_state = "paper"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
@@ -168,7 +166,6 @@
|
||||
*********/
|
||||
/obj/item/camera
|
||||
name = "camera"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
desc = "A polaroid camera."
|
||||
icon_state = "camera"
|
||||
item_state = "camera"
|
||||
@@ -529,7 +526,6 @@ GLOBAL_LIST_INIT(SpookyGhosts, list("ghost","shade","shade2","ghost-narsie","hor
|
||||
desc = "A digital camera."
|
||||
digital = TRUE
|
||||
var/list/datum/picture/saved_pictures = list()
|
||||
pictures_left = 30
|
||||
var/max_storage = 10
|
||||
|
||||
/obj/item/camera/digital/examine(mob/user)
|
||||
@@ -609,10 +605,8 @@ GLOBAL_LIST_INIT(SpookyGhosts, list("ghost","shade","shade2","ghost-narsie","hor
|
||||
|
||||
/obj/item/videocam
|
||||
name = "video camera"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
desc = "This video camera can send live feeds to the entertainment network. You must hold to use it."
|
||||
icon_state = "videocam"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
materials = list(MAT_METAL = 1000, MAT_GLASS = 500)
|
||||
var/on = FALSE
|
||||
var/obj/machinery/camera/camera
|
||||
|
||||
@@ -4,10 +4,8 @@
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "stamp-ok"
|
||||
item_state = "stamp"
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
materials = list(MAT_METAL=60)
|
||||
item_color = "cargo"
|
||||
pressure_resistance = 2
|
||||
@@ -29,7 +27,6 @@
|
||||
/obj/item/stamp/law
|
||||
name = "Law office's rubber stamp"
|
||||
icon_state = "stamp-law"
|
||||
item_color = "cargo"
|
||||
dye_color = DYE_LAW
|
||||
|
||||
/obj/item/stamp/captain
|
||||
@@ -70,9 +67,7 @@
|
||||
|
||||
/obj/item/stamp/granted
|
||||
name = "\improper GRANTED rubber stamp"
|
||||
icon_state = "stamp-ok"
|
||||
item_color = "qm"
|
||||
dye_color = DYE_GREEN
|
||||
|
||||
/obj/item/stamp/denied
|
||||
name = "\improper DENIED rubber stamp"
|
||||
|
||||
@@ -6,10 +6,8 @@
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "ticketmachine"
|
||||
desc = "A marvel of bureaucratic engineering encased in an efficient plastic shell. It can be refilled with a hand labeler refill roll and linked to buttons with a multitool."
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
maptext_height = 26
|
||||
maptext_width = 32
|
||||
maptext_x = 7
|
||||
maptext_y = 10
|
||||
layer = HIGH_OBJ_LAYER
|
||||
@@ -68,8 +66,6 @@
|
||||
/obj/machinery/door_control/ticket_machine_button
|
||||
name = "increment ticket counter"
|
||||
desc = "Use this button after you've served someone to tell the next person to come forward."
|
||||
icon = 'icons/obj/stationobjs.dmi'
|
||||
icon_state = "doorctrl0"
|
||||
req_access = list()
|
||||
id = 1
|
||||
var/cooldown = FALSE
|
||||
|
||||
Reference in New Issue
Block a user