mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Corrects CanUseObjTopic base proc.
Now returns 1 instead of 0.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
return O.allowed(src)
|
||||
|
||||
/mob/proc/CanUseObjTopic()
|
||||
return 1
|
||||
|
||||
/obj/proc/CouldUseTopic(var/mob/user)
|
||||
var/atom/host = nano_host()
|
||||
|
||||
Reference in New Issue
Block a user