Merge branch 'master' into development

# Conflicts:
#	code/modules/reagents/reagent_containers/inhaler.dm
This commit is contained in:
skull132
2018-08-05 20:29:03 +03:00
43 changed files with 207 additions and 108 deletions
@@ -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/))