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:
Alberyk
2018-07-23 17:05:41 -03:00
committed by Erki
parent e7fc543189
commit 8861211d8e
6 changed files with 14 additions and 16 deletions

View File

@@ -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/))