mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
July Update Bugfixes: Better Than Alberyk Edition. (#5031)
Fixes #5030 Fixes #5028 Fixes #5040 Fixes american flags not showing up Fixes gauss rifles being overpowered I may add more bugfixes with this PR if anything juicy comes up.
This commit is contained in:
@@ -145,8 +145,14 @@
|
||||
return
|
||||
|
||||
if(destination.density)
|
||||
to_chat(src, "<span class='notice'>There is something obstructing your destination!</span>")
|
||||
return
|
||||
|
||||
for(var/obj/O in destination)
|
||||
if(O.density)
|
||||
to_chat(src, "<span class='notice'>There is something obstructing your destination!</span>")
|
||||
return
|
||||
|
||||
visible_message("<span class='notice'>The [src] begins to climb [(direction == UP) ? "upwards" : "downwards"].</span>",
|
||||
"<span class='notice'>You begin to climb [(direction == UP) ? "upwards" : "downwards"].</span>")
|
||||
var/climb_chance = 50
|
||||
|
||||
Reference in New Issue
Block a user