Conflicts:
	code/controllers/configuration.dm
	config/example/config.txt
This commit is contained in:
Markolie
2015-09-23 07:07:17 +02:00
283 changed files with 16531 additions and 20936 deletions
@@ -309,3 +309,5 @@ var/global/list/captain_display_cases = list()
"You gently run your hands over \the [src] in appreciation of its contents.", \
"You hear someone streaking glass with their greasy hands.")
#undef DISPLAYCASE_FRAME_CIRCUIT
#undef DISPLAYCASE_FRAME_SCREWDRIVER
+2 -1
View File
@@ -22,7 +22,8 @@
/datum/song/Destroy()
instrumentObj = null
return ..()
..()
return QDEL_HINT_QUEUE
// note is a number from 1-7 for A-G
// acc is either "b", "n", or "#"
+13 -1
View File
@@ -945,4 +945,16 @@
/obj/structure/rack/proc/healthcheck()
if(health <= 0)
destroy()
destroy()
/obj/structure/rack/skeletal_bar
name = "skeletal minibar"
desc = "Made with the skulls of the fallen."
icon = 'icons/obj/stationobjs.dmi'
icon_state = "minibar"
/obj/structure/rack/skeletal_bar/left
icon_state = "minibar_left"
/obj/structure/rack/skeletal_bar/right
icon_state = "minibar_right"