some more new to init (#17231)

* some more new to init

* rigs

* rigs

* intellisense moment

* telcoms and landmarks

* fix that as well

* some more minor things

* re add missing message

* fix trash eating...
This commit is contained in:
Kashargul
2025-03-01 19:39:52 +01:00
committed by GitHub
parent e6afc35d22
commit 4f8e9f7ef8
117 changed files with 570 additions and 643 deletions
+2 -1
View File
@@ -887,7 +887,7 @@
to_chat(src, span_notice("You are not holding anything."))
return
if(is_type_in_list(I,edible_trash) | adminbus_trash)
if(is_type_in_list(I,edible_trash) || adminbus_trash)
if(!I.on_trash_eaten(src)) // shows object's rejection message itself
return
drop_item()
@@ -895,6 +895,7 @@
updateVRPanel()
log_admin("VORE: [src] used Eat Trash to swallow [I].")
I.after_trash_eaten(src)
visible_message(span_warning("[src] demonstrates their voracious capabilities by swallowing [I] whole!"))
return
to_chat(src, span_notice("This item is not appropriate for ethical consumption."))
return