Updates OpenDream pragma file (#24516)

* hell yeah-coded

* welp im too tired to fix this one

* lets test this

* Revert "lets test this"

* okay, lets test!

* fixes

* okay we good?

* i might be stupid
This commit is contained in:
Contrabang
2024-03-17 07:56:56 -04:00
committed by GitHub
parent 5216a7853f
commit 9b24572ed5
23 changed files with 55 additions and 8 deletions
+2
View File
@@ -393,6 +393,7 @@
/mob/proc/get_contents()
return
//Recursive function to find everything a mob is holding.
@@ -846,6 +847,7 @@
return 0
/mob/living/proc/check_ear_prot()
return
/**
* Returns the name override, if any, for the slot somebody is trying to strip
-3
View File
@@ -796,9 +796,6 @@
if(DEAD)
return "dead"
/mob/proc/attempt_listen_to_deadsay()
/mob/proc/is_roundstart_observer()
return (ckey in GLOB.roundstart_observer_keys)