mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Runtime fix for borgs touching buttons on their UI about items that were deleted. This is just a small fix and somewhat incomplete, I'm not on the mood to fix the whole borg interface.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5521 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -852,7 +852,8 @@
|
||||
|
||||
if (href_list["mod"])
|
||||
var/obj/item/O = locate(href_list["mod"])
|
||||
O.attack_self(src)
|
||||
if (O)
|
||||
O.attack_self(src)
|
||||
|
||||
if (href_list["act"])
|
||||
var/obj/item/O = locate(href_list["act"])
|
||||
|
||||
Reference in New Issue
Block a user