mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
SMES fix?
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
|
||||
//world << "[href] ; [href_list[href]]"
|
||||
|
||||
if (!istype(src.loc, /turf) || !istype(usr, /mob/living/silicon/ai) || !istype(usr, /mob/living/carbon/human))
|
||||
if (!istype(src.loc, /turf))
|
||||
return 0 // Do not update ui
|
||||
|
||||
if( href_list["cmode"] )
|
||||
|
||||
Reference in New Issue
Block a user