Skip to content

Commit

Permalink
Merge pull request Civ13#2668 from savethetreez/skibidibranch
Browse files Browse the repository at this point in the history
Minor stuff
  • Loading branch information
savethetreez authored Apr 2, 2024
2 parents 1c9ae6b + 4747d73 commit 88d095c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/map_metadata/retreat.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/map_metadata/retreat
ID = MAP_RETREAT
title = "Retreat"
lobby_icon = 'icons/lobby/vietnam.png'
lobby_icon = 'icons/lobby/retreat.png'
caribbean_blocking_area_types = list(/area/caribbean/no_mans_land/invisible_wall,/area/caribbean/no_mans_land/invisible_wall/one,/area/caribbean/no_mans_land/invisible_wall/two,/area/caribbean/no_mans_land/invisible_wall/inside)
respawn_delay = 1200
no_hardcore = TRUE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/random_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
set desc = "switches between 1x and custom views"

if (view == world.view)
view = input("Select view range:", "FUCK YE", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,24,36,64,128,256)
view = input("Select view range:", "Change View Range", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,24,36,64,128,256)
else
view = world.view

Expand Down
Binary file added icons/lobby/retreat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88d095c

Please sign in to comment.