mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Merge branch 'master' into development
# Conflicts: # code/modules/reagents/reagent_containers/inhaler.dm
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