mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Fixes integrated computing device's hud icon (#7908)
This commit is contained in:
@@ -42,7 +42,5 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/modular_computer/silicon/Click(location, control, params)
|
||||
if (!istype(usr, /mob/living/silicon) && host == usr)
|
||||
return attack_self(usr)
|
||||
return ..()
|
||||
|
||||
4
html/changelogs/example copy.yml
Normal file
4
html/changelogs/example copy.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Karolis2011
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed integrated computing device hud icon not working."
|
||||
Reference in New Issue
Block a user