More compat (#17228)

* some more 516 compat

* .

* also we should keep that equal

* fix

* .

* .

* .

* .

* .

* .

* .
This commit is contained in:
Kashargul
2025-03-02 01:52:57 +01:00
committed by GitHub
parent 00cc01ccca
commit 1a19de6ca3
14 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
if(istype(W, /obj/item/tape_roll))
return 0
if(istype(W, /obj/item/pen))
user << browse("", "window=[name]") //Closes the dialog
user << browse(null, "window=[name]") //Closes the dialog
var/obj/P = pages[page]
P.attackby(W, user)