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
parent a63a919fcb
commit e28fa96705
264 changed files with 993 additions and 823 deletions

View File

@@ -2,7 +2,7 @@
/mob/living/verb/look_up()
set name = "Look Up"
set category = "IC"
set category = "IC.Game" //CHOMPEdit
set desc = "Look above you, and hope there's no ceiling spiders."
to_chat(usr, "You look upwards...")
@@ -62,4 +62,3 @@
to_chat(usr, "[P.moon_name] is not visible. It must be a new moon.")
else
to_chat(usr, "[P.moon_name] appears to currently be a [P.moon_phase].")