Tg panel patch 2 (#8085)

Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
Kashargul
2024-05-15 13:42:13 +02:00
committed by GitHub
co-authored by Cadyn Bombaci
parent a63a919fcb
commit e28fa96705
264 changed files with 993 additions and 823 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
/mob/verb/up()
set name = "Move Upwards"
set category = "IC"
set category = "IC.Game" //CHOMPEdit
if(zMove(UP))
to_chat(src, "<span class='notice'>You move upwards.</span>")
/mob/verb/down()
set name = "Move Down"
set category = "IC"
set category = "IC.Game" //CHOMPEdit
if(zMove(DOWN))
to_chat(src, "<span class='notice'>You move down.</span>")
+1 -1
View File
@@ -212,7 +212,7 @@
/mob/living/verb/climb_down()
set name = "Climb down wall"
set desc = "attempt to climb down the wall you are standing on, in direction you're looking"
set category = "IC"
set category = "IC.Game" //CHOMPEdit
var/fall_chance = 0 //Increased if we can't actually climb
var/turf/our_turf = get_turf(src) //floor we're standing on