Reupdated Station 1 map

This commit is contained in:
Hawk_v3
2019-10-24 21:57:58 +01:00
282 changed files with 35484 additions and 29587 deletions
@@ -31,14 +31,15 @@
if(paper_title)
P.name = paper_title
P.update_icon()
P.fields = count_fields(P.info, P.fields)
P.fields = count_fields(P.info)
P.updateinfolinks()
stored_paper--
return 1
/obj/item/weapon/computer_hardware/nano_printer/proc/count_fields(var/info, var/fields)
//Count the fields
/obj/item/weapon/computer_hardware/nano_printer/proc/count_fields(var/info)
//Count the fields. This is taken directly from paper.dm, /obj/item/weapon/paper/proc/parsepencode(). -Hawk_v3
var/fields = 0
var/t = info
var/laststart = 1
while(1)