mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
Minor bugfixes july update (#5029)
-fixes warform powers having no cooldown -fixes dionae random names being broken -fixes an incorrect check in laptops and trays -gives siik'tau an unique color
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
var/icon_state_closed = "laptop-closed"
|
||||
|
||||
/obj/item/modular_computer/laptop/AltClick()
|
||||
if (!use_check(usr, show_messages = FALSE)) return
|
||||
if (use_check(usr, show_messages = FALSE)) return
|
||||
// Prevents carrying of open laptops inhand.
|
||||
// While they work inhand, i feel it'd make tablets lose some of their high-mobility advantage they have over laptops now.
|
||||
if(!istype(loc, /turf/))
|
||||
|
||||
Reference in New Issue
Block a user