Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Muncher2112 committed Oct 13, 2020
2 parents d56fd43 + 902783c commit 2d67651
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "chair"
desc = "You sit in this, either by will or force."
icon_state = "chair_preview"
color = "#666666"
base_icon = "chair"
buckle_dir = 0
buckle_lying = 0 //force people to sit up in chairs when buckled
Expand Down
2 changes: 1 addition & 1 deletion code/modules/religion/religion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ proc/generate_random_prayer()//This generates a new one.
if(do_after(src, timer))
var/T = get_turf(src)
playsound(get_turf(src), praise_sound,30,0)
to_chat(src, "A [user_religion.holy_item] apears at your feet")
to_chat(src, "<span class='danger'>A [user_religion.holy_item] appears at your feet!</span>")
var/holy_item_type = GLOB.all_religions[religion].holy_item.type
var/new_holy_item = new holy_item_type(T)
religion_token = new_holy_item
Expand Down
Binary file modified icons/obj/furniture.dmi
Binary file not shown.
Binary file modified icons/obj/monitors.dmi
Binary file not shown.
Binary file modified icons/obj/stationobjs.dmi
Binary file not shown.
4 changes: 2 additions & 2 deletions maps/frontier/frontier-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@
"lH" = (/obj/effect/floor_decal/newcorner/white/corner{icon_state = "white-corner"; dir = 8},/obj/machinery/alarm{dir = 4; icon_state = "alarm0"; pixel_x = -22; pixel_y = 0},/turf/simulated/floor/tiled,/area/hallway/primary/fore)
"lI" = (/obj/effect/floor_decal/newcorner/red{tag = "icon-red (WEST)"; icon_state = "red"; dir = 8},/turf/simulated/floor/tiled,/area/security/main)
"lJ" = (/obj/effect/floor_decal/newcorner/white/quarter{tag = "icon-white-quarter (NORTH)"; icon_state = "white-quarter"; dir = 1},/obj/structure/table/standard,/obj/random/smokes,/turf/simulated/floor/tiled,/area/hallway/primary/fore)
"lK" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/plain{dir = 8},/turf/simulated/floor/wood,/area/hallway/primary/fore)
"lL" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/hallway/primary/fore)
"lK" = (/obj/effect/floor_decal/spline/plain{dir = 8},/obj/structure/table/glass,/turf/simulated/floor/wood,/area/hallway/primary/fore)
"lL" = (/obj/structure/table/glass,/turf/simulated/floor/wood,/area/hallway/primary/fore)
"lM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_port)
"lN" = (/obj/structure/bed/chair/office/dark{tag = "icon-officechair_dark_preview (NORTH)"; icon_state = "officechair_dark_preview"; dir = 1},/turf/simulated/floor/tiled,/area/security/main)
"lO" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/newcorner/red{icon_state = "red"; dir = 4},/turf/simulated/floor/tiled,/area/security/main)
Expand Down

0 comments on commit 2d67651

Please sign in to comment.