mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Merge remote-tracking branch 'upstream/master' into face_lock
# Conflicts: # code/modules/mob/mob.dm
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
/mob/proc/movement_delay()
|
||||
return 0
|
||||
|
||||
/mob/proc/Life()
|
||||
/mob/proc/Life(seconds, times_fired)
|
||||
if(forced_look)
|
||||
if(!isnum(forced_look))
|
||||
var/atom/A = locateUID(forced_look)
|
||||
@@ -472,7 +472,7 @@ var/list/slot_equipment_priority = list( \
|
||||
if(!disable_warning)
|
||||
to_chat(usr, "The [name] is too big to attach.")
|
||||
return 0
|
||||
if( istype(src, /obj/item/device/pda) || istype(src, /obj/item/pen) || is_type_in_list(src, H.wear_suit.allowed) )
|
||||
if( istype(src, /obj/item/pda) || istype(src, /obj/item/pen) || is_type_in_list(src, H.wear_suit.allowed) )
|
||||
if(H.s_store)
|
||||
if(!(H.s_store.flags & NODROP))
|
||||
return 2
|
||||
@@ -929,7 +929,7 @@ var/list/slot_equipment_priority = list( \
|
||||
// If they still have their ID they're not brigged.
|
||||
for(var/obj/item/card/id/card in src)
|
||||
return 0
|
||||
for(var/obj/item/device/pda/P in src)
|
||||
for(var/obj/item/pda/P in src)
|
||||
if(P.id)
|
||||
return 0
|
||||
|
||||
@@ -1329,4 +1329,4 @@ var/list/slot_equipment_priority = list( \
|
||||
if(WEST)
|
||||
D = NORTH
|
||||
setDir(D)
|
||||
spintime -= speed
|
||||
spintime -= speed
|
||||
|
||||
Reference in New Issue
Block a user